Click or drag to resize
MimeKit

MailboxAddressEquals(InternetAddress) Method

Determine whether the specified MailboxAddress is equal to the current MailboxAddress.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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

IEquatableTEquals(T)
Remarks
Compares two mailbox addresses to determine if they are identical or not.
See Also