Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
Tie
Breaking
Rule
Score
Get
Hash
Code(Tie
Breaking
Rule
Score) 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#
Copy
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
IEqualityComparer
T
GetHashCode(T)
Exceptions
ArgumentNullException
The type of
obj
is a reference type and
obj
is null.
See Also
Reference
TieBreakingRuleScore Class
GetHashCode Overload
Scopos.BabelFish.DataModel.Definitions Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also