Compare two ISAddressDetails objects, i.e., compare an ISAddressDetails object against this object.

Syntax

ISAddressDetails.CompareTo(addressDetails, [ignoreCase], [compareAddressee], [compareInstructions])

Parameters

NameTypeOptionalByRefDescription
addressDetails ISAddressDetails The object to compare.
ignoreCase Boolean Optional Indicates whether compare is case sensitive. If omitted, a value of True is assumed.
compareAddressee Boolean Optional Indicates whether to compare Addressee and Organisation Name (default is True). If omitted, a value of True is assumed.
compareInstructions Boolean Optional Indicates whether to compare Instructions (default is True). If omitted, a value of True is assumed.

Return Value

Boolean

If the objects are the same then returns 'True' otherwise returns 'False'.

Member of:
ISAddressDetails
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0