Click or drag to resize

MapRectangleEquals Method (MapRectangle, MapRectangle)

Compares two MapRectangle instances for object equality.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static bool Equals(
	MapRectangle rect1,
	MapRectangle rect2
)

Parameters

rect1
Type: Ptv.XServer.Controls.MapMapRectangle
The first rectangle to compare.
rect2
Type: Ptv.XServer.Controls.MapMapRectangle
The second rectangle to compare.

Return Value

Type: Boolean
Returns true if the two rectangle instances are exactly equal, false otherwise.
See Also