Click or drag to resize
RectEquality Operator
Compares two Windows.Foundation.Rect structures for equality.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static bool operator ==(
	Rect rect1,
	Rect rect2
)

Parameters

rect1
Type: Windows.FoundationRect
The first rectangle to compare.
rect2
Type: Windows.FoundationRect
The second rectangle to compare.

Return Value

Type: Boolean
true if the Windows.Foundation.Rect structures have the same x,y,width,height property values; otherwise, false.
See Also