Click or drag to resize

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
)

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