Click or drag to resize
MimeKit

AnnotationAttributeEquals(AnnotationAttribute) Method

Determines whether the specified AnnotationAttribute is equal to the current AnnotationAttribute.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
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

IEquatableTEquals(T)
Remarks
Determines whether the specified AnnotationAttribute is equal to the current AnnotationAttribute.
See Also