TreeNodeBaseTEquals(ITreeNodeT) - метод

Indicates whether the current object is equal to another object of the same type.

Definition

Пространство имён: Tessa.SmartMerge
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public abstract bool Equals(
	ITreeNode<T>? other
)

Параметры

other  ITreeNodeT
An object to compare with this object.

Возвращаемое значение

Boolean
if the current object is equal to the other parameter; otherwise, .

Реализации

IEquatableTEquals(T)

См. также