Click or drag to resize
MimeKit

AnnotationEntryEquals(AnnotationEntry) Method

Determines whether the specified AnnotationEntry is equal to the current AnnotationEntry.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool Equals(
	AnnotationEntry other
)

Parameters

other  AnnotationEntry
The AnnotationEntry to compare with the current AnnotationEntry.

Return Value

Boolean
true if the specified AnnotationEntry is equal to the current AnnotationEntry; otherwise, false.

Implements

IEquatableTEquals(T)
Remarks
Determines whether the specified AnnotationEntry is equal to the current AnnotationEntry.
See Also