InvoiceLineDeepCompareDataObjects Method |
Return true if an instance of a data object is exactly identical to another (including recursively
comparing CustomAttributes, Taxes and Usages.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static bool DeepCompareDataObjects(
InvoiceLineData a,
InvoiceLineData b
)
Public Shared Function DeepCompareDataObjects (
a As InvoiceLineData,
b As InvoiceLineData
) As Boolean
public:
static bool DeepCompareDataObjects(
InvoiceLineData^ a,
InvoiceLineData^ b
)
static member DeepCompareDataObjects :
a : InvoiceLineData *
b : InvoiceLineData -> bool
Parameters
- a
- Type: InvoiceLineData
The first instance to compare - b
- Type: InvoiceLineData
The instance to compare with
Return Value
Type:
Booleantrue if exactly identical, false otherwise
See Also