Click or drag to resize
MimeKit

InternetAddressEquals(InternetAddress) Method

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

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

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