PointEquals Method (Object) |
Determines whether the specified object is a Windows.Foundation.Point
and whether it contains the same values as this Windows.Foundation.Point.
Namespace: Windows.FoundationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public override bool Equals(
Object o
)
Parameters
- o
- Type: SystemObject
The object to compare.
Return Value
Type:
Boolean
true if obj is a Windows.Foundation.Point and contains the same Windows.Foundation.Point.X
and Windows.Foundation.Point.Y values as this Windows.Foundation.Point; otherwise,
false.
See Also