MapRectangleEquals Method (Object) |
Compares this rectangle with the passed in object.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public override bool Equals(
Object o
)
Public Overrides Function Equals (
o As Object
) As Boolean
public:
virtual bool Equals(
Object^ o
) override
abstract Equals :
o : Object -> bool
override Equals :
o : Object -> bool
Parameters
- o
- Type: SystemObject
The object to compare to "this".
Return Value
Type:
Boolean
Returns true if the object is an instance of MapRectangle and if it's equal to "this".
See Also