Point.Inequality(Point, Point) 연산자

정의

Point 구조체가 다른지 비교합니다.

public:
 static bool operator !=(Windows::Foundation::Point point1, Windows::Foundation::Point point2);
public static bool operator != (Windows.Foundation.Point point1, Windows.Foundation.Point point2);
static member op_Inequality : Windows.Foundation.Point * Windows.Foundation.Point -> bool
Public Shared Operator != (point1 As Point, point2 As Point) As Boolean

매개 변수

point1
Point

비교할 첫 번째 점입니다.

point2
Point

비교할 두 번째 점입니다.

반환

Boolean

point1point2X 또는 Y 값이 서로 다르면 true이고, point1point2XY 값이 같으면 false입니다.

설명

이 구조체는 WinRT(Windows 런타임) 구조체의 .NET Point 프로젝션을 나타냅니다. 자세한 내용은 UWP API 참조의 지점을 참조하세요.

이 멤버에 대한 자세한 내용과 예제는 Point.Inequality .NET Framework API 참조에서 를 참조하세요. (예제는 WPF 사용량을 표시하며 UWP XAML로 직접 변환되지 않을 수 있습니다.)

적용 대상