For Babelfish Release 1.11.1.3

TieBreakingRuleCountOfGetHashCode(TieBreakingRuleCountOf) Method

Returns a hash code for the specified object.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public int GetHashCode(
	TieBreakingRuleCountOf obj
)

Parameters

obj  TieBreakingRuleCountOf
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