TreeNodeBase<T>.Equals(ITreeNode<T>) - метод

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

Definition

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

Параметры

other  ITreeNode<T>
An object to compare with this object.

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

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

Реализации

IEquatable<T>.Equals(T)

См. также