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

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool Equals(
	Rect value
)

Parameters

value
Type: Windows.FoundationRect
The rectangle to compare to the current rectangle.

Return Value

Type: Boolean
true if the specified Windows.Foundation.Rect has the same x,y,width,height property values as the current Windows.Foundation.Rect; otherwise, false.
See Also