Rectangle.Equals Method (Rectangle)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Determines whether the current instance is equal to a specified object.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in Microsoft.Xna.Framework.dll)
Syntax
'Declaration
Public Function Equals ( _
other As Rectangle _
) As Boolean
public bool Equals(
Rectangle other
)
Parameters
- other
Type: Microsoft.Xna.Framework.Rectangle
The object to make the comparison with.
Return Value
Type: System.Boolean
true if the current instance is equal to the specified object; otherwise, false.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.