Click or drag to resize
MimeKit

AnnotationAttributeEquality Operator

Determines whether two annotation attributes are equal.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static bool operator ==(
	AnnotationAttribute attr1,
	AnnotationAttribute attr2
)

Parameters

attr1  AnnotationAttribute
The first annotation attribute to compare.
attr2  AnnotationAttribute
The second annotation attribute to compare.

Return Value

Boolean
true if attr1 and attr2 are equal; otherwise, false.
Remarks
Determines whether two annotation attributes are equal.
See Also