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