DocumentTypeMergeOrderComparerCompare Method

Scanjour Workflow4 Reference Manual
Compares two values to define which should go first in the order.

Namespace:  Scanjour.Workflow4.ActivityLibrary.Documents
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public int Compare(
	DocumentType x,
	DocumentType y
)

Parameters

x
Type: Scanjour.Workflow4.ActivityLibraryDocumentType
First value
y
Type: Scanjour.Workflow4.ActivityLibraryDocumentType
Second value

Return Value

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

Implements

IComparerTCompare(T, T)
See Also

Reference