Click or drag to resize
TrxTaxDetailEquals Method
Compares the tax detail to another tax detail to see if they are equal.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
KampData.TaxEngine.API.TrxTaxDetail

Return Value

Type: Boolean
True or false
See Also