Click or drag to resize

StreetAddressDataEquals Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Compares the current StreetAddressData to the parameter object.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with.

Return Value

Type: Boolean
True if the parameter object is a StreetAddressData and equals the current StreetAddressData; otherwise false.
See Also