TreeNodeBaseTEquals(ITreeNodeT) - метод
Indicates whether the current object is equal to another object of the same type.
Пространство имён: Tessa.SmartMergeСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public abstract bool Equals(
ITreeNode<T>? other
)
Public MustOverride Function Equals (
other As ITreeNode(Of T)
) As Boolean
public:
virtual bool Equals(
ITreeNode<T>^ other
) abstract
abstract Equals :
other : ITreeNode<'T> -> bool
- other ITreeNodeT
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)