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

Determines whether the specified objects are equal.

Definition

Пространство имён: Tessa.Notes
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
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)

См. также