NoteItemNameAndGroupComparerEquals(INoteItem, INoteItem) - метод
Determines whether the specified objects are equal.
Пространство имён: Tessa.NotesСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public bool Equals(
INoteItem? x,
INoteItem? y
)
Public Function Equals (
x As INoteItem,
y As INoteItem
) As Boolean
public:
virtual bool Equals(
INoteItem^ x,
INoteItem^ y
) sealed
abstract Equals :
x : INoteItem *
y : INoteItem -> bool
override Equals :
x : INoteItem *
y : INoteItem -> bool
- 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)