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