Click or drag to resize
MimeKit

AnnotationEntryEquality Operator

Determines whether two annotation entries are equal.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static bool operator ==(
	AnnotationEntry entry1,
	AnnotationEntry entry2
)

Parameters

entry1  AnnotationEntry
The first annotation entry to compare.
entry2  AnnotationEntry
The second annotation entry to compare.

Return Value

Boolean
true if entry1 and entry2 are equal; otherwise, false.
Remarks
Determines whether two annotation entries are equal.
See Also