CardTaskTreeNode.Equals(ITreeNode<Card>) - метод

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

Definition

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

Параметры

other  ITreeNode<Card>
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)

См. также