Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
Tie
Breaking
Rule
Participant
Attribute
Equals(Tie
Breaking
Rule
Participant
Attribute) 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.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
Copy
public
bool
Equals
(
TieBreakingRuleParticipantAttribute
other
)
Parameters
other
TieBreakingRuleParticipantAttribute
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
TieBreakingRuleParticipantAttribute Class
Equals Overload
Scopos.BabelFish.DataModel.Definitions Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also