Compare two finBankingDetails objects, i.e., compare another finBankingDetails object against this object.

Syntax

finBankingDetails.CompareTo(bankingDetails, [ignoreCase], [obsolete_compareSortCode], [obsolete_compareBankDetails], [obsolete_comparePaymentMethod], [obsolete_comparePaymentType], [comparePrintCheque], [compareReference])

Parameters

NameTypeOptionalByRefDescription
bankingDetails finBankingDetails The object to compare to.
ignoreCase Boolean Optional Indicates whether compare is case sensitive. If omitted, a value of True is assumed.
obsolete_compareSortCode Boolean Optional If omitted, a value of True is assumed.
obsolete_compareBankDetails Boolean Optional If omitted, a value of False is assumed.
obsolete_comparePaymentMethod Boolean Optional If omitted, a value of True is assumed.
obsolete_comparePaymentType Boolean Optional If omitted, a value of True is assumed.
comparePrintCheque Boolean Optional Indicates whether to compare Print Cheque. If omitted, a value of False is assumed.
compareReference Boolean Optional Indicates whether to compare References. If omitted, a value of False is assumed.

Return Value

Boolean

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

Member of:
finBankingDetails
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0