MapRectangleEquals Method (MapRectangle) |
Compares this Rect 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 bool Equals(
MapRectangle value
)
Public Function Equals (
value As MapRectangle
) As Boolean
public:
bool Equals(
MapRectangle^ value
)
member Equals :
value : MapRectangle -> bool
Parameters
- value
- Type: Ptv.XServer.Controls.MapMapRectangle
The rectangle to compare to "this".
Return Value
Type:
Boolean
Returns true if
value is equal to "this".
See Also