LogisticsPostalAddress::zipCityCountyRegionDifferent Method
Indicates whether two addresses have matching ZIP Code or postal code, city, county, and country/region.
Syntax
client server public static boolean zipCityCountyRegionDifferent(LogisticsPostalAddressRecId _address1, LogisticsPostalAddressRecId _address2)
Run On
Called
Parameters
- _address1
Type: LogisticsPostalAddressRecId Extended Data Type
The RecId value of the first address to compare.
- _address2
Type: LogisticsPostalAddressRecId Extended Data Type
The RecId value of the second address to compare.
Return Value
Type: boolean
true if the ZIP Code or postal code, city, county, and country/region match; otherwise, false.