Click or drag to resize
MimeKit

InternetAddressListEquals(InternetAddressList) Method

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

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

IEquatableTEquals(T)
Remarks
Determines whether the specified InternetAddressList is equal to the current InternetAddressList.
See Also