For Babelfish Release 1.11.1.3

CompareByRankingDirectiveEquals(IEventScores, IEventScores) Method

Compares two IEventScores objects to determien if they have an unbreakable tie (return value True). An unbreakable tie exists if all of the definitions .Rules passed without either x or y coming out ahead.

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public bool Equals(
	IEventScores x,
	IEventScores y
)

Parameters

x  IEventScores
y  IEventScores

Return Value

Boolean

Implements

IEqualityComparerTEquals(T, T)

Exceptions

See Also