Rectangle.Equals Method (Rectangle)
Determines whether the specified Object is equal to the Rectangle.
Syntax
'Declaration
Public Function Equals ( _
other As Rectangle _
) As Boolean
public bool Equals (
Rectangle other
)
public:
bool Equals(
Rectangle other
)
Parameters
Return Value
Type: Boolean
true if the specified Object is equal to the current Rectangle; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Rectangle Structure
Rectangle Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone