Babelfish Help Documentation
C#
For Babelfish Release 1.11.3.13
Show/Hide TOC
Tie
Breaking
Rule
Score
Equals(Tie
Breaking
Rule
Score) 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#
Copy
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
IEquatable
T
Equals(T)
See Also
Reference
TieBreakingRuleScore Class
Equals Overload
Scopos.BabelFish.DataModel.Definitions Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also