Click or drag to resize
MimeKit

UniqueIdEquals(UniqueId) Method

Determines whether the specified UniqueId is equal to the current UniqueId.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool Equals(
	UniqueId other
)

Parameters

other  UniqueId
The UniqueId to compare with the current UniqueId.

Return Value

Boolean
true if the specified UniqueId is equal to the current UniqueId; otherwise, false.

Implements

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