For Babelfish Release 1.12.4.4

TieBreakingRuleParticipantAttributeEquals(TieBreakingRuleParticipantAttribute) 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.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
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

IEquatableTEquals(T)

See Also