Click or drag to resize

StreetEquals Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Compares two Streets for equality.

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
A second Street to compare with this Street.

Return Value

Type: Boolean
True if the two Streets are the same, otherwise false.
Remarks
The equality test is based on a unique ID assigned to each street.
See Also