OneLineAddressDataEquals Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Addresses
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 with.
Return Value
Type:
BooleanTrue if 'obj' is a
OneLineAddressData and matches
the country, location and full address of the current
OneLineAddressData; otherwise false.
See Also