AddressUnitEquals Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Whether or not this address unit equals the other address unit provided.
Namespace:
Telogis.GeoBase.Addresses
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override bool Equals(
Object other
)
Public Overrides Function Equals (
other As Object
) As Boolean
Parameters
- other
- Type: SystemObject
The other address unit.
Return Value
Type:
BooleanTrue, if this address unit is equal to the other address unit provided.
See Also