Click or drag to resize
MimeKit

AccessRightInequality Operator

Determines whether two access rights are not equal.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static bool operator !=(
	AccessRight right1,
	AccessRight right2
)

Parameters

right1  AccessRight
The first access right to compare.
right2  AccessRight
The second access right to compare.

Return Value

Boolean
true if right1 and right2 are not equal; otherwise, false.
Remarks
Determines whether two access rights are not equal.
See Also