Click or drag to resize
TrxTaxDetailCompareTo Method
Tax Detail Comparision

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
KampData.TaxEngine.API.TrxTaxDetail

Return Value

Type: Int32
A value that indicates the relative order of the objects being compared.
Less than zero = This instance precedes obj in the sort order.

Zero = This instance occurs in the same position in the sort order as obj.

Greater than zero = This instance follows obj in the sort order.

Implements

IComparableCompareTo(Object)
See Also