For Babelfish Release 1.11.1.3

TieBreakingRuleScoreEquals(TieBreakingRuleScore) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public bool Equals(
	TieBreakingRuleScore other
)

Parameters

other  TieBreakingRuleScore
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)

See Also