Click or drag to resize

BoundingBoxEquals Method (Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Compares this object to the parameter object.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object used for comparison.

Return Value

Type: Boolean
Returns true if the parameter object is a BoundingBox and has the same coordinates and color as this BoundingBox.
See Also