Plane.Inequality(Plane, Plane) 연산자

정의

두 평면이 다른지 여부를 나타내는 값을 반환합니다.

public:
 static bool operator !=(System::Numerics::Plane value1, System::Numerics::Plane value2);
public static bool operator != (System.Numerics.Plane value1, System.Numerics.Plane value2);
static member op_Inequality : System.Numerics.Plane * System.Numerics.Plane -> bool
Public Shared Operator != (value1 As Plane, value2 As Plane) As Boolean

매개 변수

value1
Plane

비교할 첫 번째 평면입니다.

value2
Plane

비교할 두 번째 평면입니다.

반환

value1value2가 다르면 true이고, 그렇지 않으면 false입니다.

설명

메서드는 Inequality 개체에 대한 같지 않음 연산자의 연산을 Plane 정의합니다.

적용 대상