For Babelfish Release 1.11.1.3

CompareParticipantCompare Method

Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public int Compare(
	IRLIFItem x,
	IRLIFItem y
)

Parameters

x  IRLIFItem
The first object to compare.
y  IRLIFItem
The second object to compare.

Return Value

Int32
A signed integer that indicates the relative values of x and y, as shown in the following table.Value Meaning Less than zerox is less than y.Zerox equals y.Greater than zerox is greater than y.

Implements

IComparerTCompare(T, T)

See Also