Babelfish Help Documentation
C#
For Babelfish Release 1.12.4.4
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.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
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