Compares two Windows.Foundation.Point structures for equality
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 both the Windows.Foundation.Point.X and Windows.Foundation.Point.Y
values of point1 and point2 are equal; otherwise, false.
See Also