Click or drag to resize
PointInequality Operator
Compares two Windows.Foundation.Point structures for inequality

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static bool operator !=(
	Point point1,
	Point point2
)

Parameters

point1
Type: Windows.FoundationPoint
The first point to compare.
point2
Type: Windows.FoundationPoint
The second point to compare.

Return Value

Type: Boolean
true if point1 and point2 have different Windows.Foundation.Point.X or Windows.Foundation.Point.Y values; false if point1 and point2 have the same Windows.Foundation.Point.X and Windows.Foundation.Point.Y values.
See Also