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