For Babelfish Release 1.12.4.4

CompareEventScoreCompare 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.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public int Compare(
	EventScore x,
	EventScore y
)

Parameters

x  EventScore
The first object to compare.
y  EventScore
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