For Babelfish Release 1.11.3.13

TieBreakingRuleScoreGetHashCode(TieBreakingRuleScore) Method

Returns a hash code for the specified object.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public int GetHashCode(
	TieBreakingRuleScore obj
)

Parameters

obj  TieBreakingRuleScore
The Object for which a hash code is to be returned.

Return Value

Int32
A hash code for the specified object.

Implements

IEqualityComparerTGetHashCode(T)

Exceptions

ArgumentNullExceptionThe type of obj is a reference type and obj is null.

See Also