RectEquals Method (Object) |
Indicates whether the specified object is equal to the
current Windows.Foundation.Rect.
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 to the current rectangle.
Return Value
Type:
Boolean
true if o is a Windows.Foundation.Rect and has the same x,y,width,height
values as the current Windows.Foundation.Rect; otherwise, false.
See Also