Click or drag to resize
ModuleStructEquals Method
Compares the transaction source module to another transaction source module 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
TransactionSourceModule

Return Value

Type: Boolean
True or False
See Also