| AnnotationEntryEquality Operator |
Determines whether two annotation entries are equal.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax 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 if
entry1 and
entry2 are equal; otherwise,
.
Remarks
Determines whether two annotation entries are equal.
See Also