Int32Rect.Inequality(Int32Rect, Int32Rect) 연산자

정의

두 사각형이 다른지 비교합니다.

public:
 static bool operator !=(System::Windows::Int32Rect int32Rect1, System::Windows::Int32Rect int32Rect2);
public static bool operator != (System.Windows.Int32Rect int32Rect1, System.Windows.Int32Rect int32Rect2);
static member op_Inequality : System.Windows.Int32Rect * System.Windows.Int32Rect -> bool
Public Shared Operator != (int32Rect1 As Int32Rect, int32Rect2 As Int32Rect) As Boolean

매개 변수

int32Rect1
Int32Rect

비교할 첫 번째 사각형입니다.

int32Rect2
Int32Rect

비교할 두 번째 사각형입니다.

반환

Boolean

int32Rect1int32Rect2가 서로 X, Y, WidthHeight가 같으면 false이고, 그렇지 않으면 이러한 값이 모두 같은 경우 true입니다.

설명

이 연산자에 대해 해당 하는 방법은의 부정을 나타내는 Equals합니다.

적용 대상