TableTaskSectionTreeNodeEquals(ITreeNodeCard) - метод
Indicates whether the current object is equal to another object of the same type.
Пространство имён: Tessa.Cards.SmartMerge.Nodes.TaskSectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public override bool Equals(
ITreeNode<Card> other
)
Public Overrides Function Equals (
other As ITreeNode(Of Card)
) As Boolean
public:
virtual bool Equals(
ITreeNode<Card^>^ other
) override
abstract Equals :
other : ITreeNode<Card> -> bool
override Equals :
other : ITreeNode<Card> -> bool
- other ITreeNodeCard
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)