Click or drag to resize

AddressUnitEquals Method

Verizon Connect Logo
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
)

Parameters

other
Type: SystemObject
The other address unit.

Return Value

Type: Boolean
True, if this address unit is equal to the other address unit provided.
See Also