Compares two Windows.Foundation.Point structures for inequality
Namespace: Windows.FoundationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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