MailKit Documentation
MailKit Documentation
API Reference
MailKit
AnnotationEntry Class
AnnotationEntry Methods
Equals Method
Equals(AnnotationEntry) Method
Equals(Object) Method
Annotation
Entry
Equals(Annotation
Entry) Method
Determines whether the specified
AnnotationEntry
is equal to the current
AnnotationEntry
.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
IEquatable
T
Equals(T)
Remarks
Determines whether the specified
AnnotationEntry
is equal to the current
AnnotationEntry
.
See Also
Reference
AnnotationEntry Class
Equals Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast