MailKit Documentation
MailKit Documentation
API Reference
MailKit
AnnotationAttribute Class
AnnotationAttribute Methods
Equals Method
Equals(AnnotationAttribute) Method
Equals(Object) Method
Annotation
Attribute
Equals(Annotation
Attribute) Method
Determines whether the specified
AnnotationAttribute
is equal to the current
AnnotationAttribute
.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
Equals
(
AnnotationAttribute
other
)
Parameters
other
AnnotationAttribute
The
AnnotationAttribute
to compare with the current
AnnotationAttribute
.
Return Value
Boolean
true
if the specified
AnnotationAttribute
is equal to the current
AnnotationAttribute
; otherwise,
false
.
Implements
IEquatable
T
Equals(T)
Remarks
Determines whether the specified
AnnotationAttribute
is equal to the current
AnnotationAttribute
.
See Also
Reference
AnnotationAttribute Class
Equals Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast