Babelfish Help Documentation
C#
For Babelfish Release 1.12.3.10
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.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
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