Click or drag to resize

StreetNameDetailsEquals Method

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.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object used for comparison.

Return Value

Type: Boolean
Returns "true" if the parameter object has the same street names as this StreetNameDetails object.
See Also