NoteItemNameAndGroupComparerEquals(INoteItem, INoteItem) - метод

Determines whether the specified objects are equal.

Definition

Пространство имён: Tessa.Notes
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public bool Equals(
	INoteItem? x,
	INoteItem? y
)

Параметры

x  INoteItem
The first object of type T to compare.
y  INoteItem
The second object of type T to compare.

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

Boolean
if the specified objects are equal; otherwise, .

Реализации

IEqualityComparerTEquals(T, T)

См. также