Equals Method (Object)
Collapse the table of content
Expand the table of content

Rect.Equals Method (Object)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates whether the specified object is equal to the current Rect.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Overrides Function Equals ( _
	o As Object _
) As Boolean

Parameters

o
Type: System.Object
The object to compare to the current rectangle.

Return Value

Type: System.Boolean
true if o is a Rect and has the same x,y,width,height values as the current Rect; otherwise, false.

In this comparison, two instances with all properties with value Double.NaN are considered equal.

NoteNote:

Rect position and dimensions are described by Double values. Because Double values can lose precision when operated upon, a comparison between two values that are logically equal might fail.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft