DocumentTypeMergeOrderComparerCompare Method

Compares two values to define which should go first in the order.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary.Documents
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public int Compare(
	DocumentType x,
	DocumentType y
)

Parameters

x  DocumentType
First value
y  DocumentType
Second value

Return Value

Int32
-1 if x < y. 0 if x = y. 1 if x > y.

Implements

IComparerTCompare(T, T)

See Also