| AccessRightInequality Operator |
Determines whether two access rights are not equal.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax 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
Booleantrue if
right1 and
right2 are not equal; otherwise,
false.
Remarks
Determines whether two access rights are not equal.
See Also