For Babelfish Release 1.11.3.13

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