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