| AnnotationAttributeEquality Operator |
Determines whether two annotation attributes are equal.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax 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
Booleantrue if
attr1 and
attr2 are equal; otherwise,
false.
Remarks
Determines whether two annotation attributes are equal.
See Also