Click or drag to resize
MimeKit

GroupAddressEquals(InternetAddress) Method

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

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

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