Click or drag to resize

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
)

Parameters

a
Type: InvoiceLineData
The first instance to compare
b
Type: InvoiceLineData
The instance to compare with

Return Value

Type: Boolean
true if exactly identical, false otherwise
See Also