Click or drag to resize

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
)

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