Click or drag to resize
RectEquals Method (Object)
Indicates whether the specified object is equal to the current Windows.Foundation.Rect.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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