For Babelfish Release 1.11.3.13

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.3.13+877481945de6b4d2a3a561fea58e2494717cd263
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