Click or drag to resize
MimeKit

AccessRightEquals(AccessRight) Method

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

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

Parameters

other  AccessRight
The AccessRight to compare with the current AccessRight.

Return Value

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

Implements

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