Rect.Equals Method (Rect)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Function Equals ( _
value As Rect _
) As Boolean
public bool Equals(
Rect value
)
Parameters
- value
Type: System.Windows.Rect
The rectangle to compare to the current rectangle.
Return Value
Type: System.Boolean
true if the specified Rect has the same x,y,width,height property values as the current Rect; otherwise, false.
Remarks
In this comparison, two instances that have property values all of Double.NaN are considered equal.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.