PointEquals Method (Point) |
Compares two Windows.Foundation.Point structures for
equality.
Namespace: Windows.FoundationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool Equals(
Point value
)
Parameters
- value
- Type: Windows.FoundationPoint
The point to compare to this instance.
Return Value
Type:
Boolean
true if both Windows.Foundation.Point structures contain the same Windows.Foundation.Point.X
and Windows.Foundation.Point.Y values; otherwise, false.
See Also