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