MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MailboxAddress Class
MailboxAddress Methods
Equals Method
Equals(InternetAddress) Method
Mailbox
Address
Equals(Internet
Address) Method
Determine whether the specified
MailboxAddress
is equal to the current
MailboxAddress
.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
bool
Equals
(
InternetAddress
other
)
Parameters
other
InternetAddress
The
MailboxAddress
to compare with the current
MailboxAddress
.
Return Value
Boolean
true
if the specified
MailboxAddress
is equal to the current
MailboxAddress
; otherwise,
false
.
Implements
IEquatable
T
Equals(T)
Remarks
Compares two mailbox addresses to determine if they are identical or not.
See Also
Reference
MailboxAddress Class
Equals Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast