AutocompleteGeocoderSuggestionEquals Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Whether this suggestion is equal to a given object.
Namespace:
Telogis.GeoBase.Geocoding
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
The object to compare.
Return Value
Type:
BooleanTrue, if this suggestion is equal to the object.
See Also