StreetEquals Method | |
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
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
A second Street to compare with this Street.
Return Value
Type:
BooleanTrue 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