MailKit Documentation
MailKit Documentation
API Reference
MailKit
AccessRight Structure
AccessRight Methods
Equals Method
Equals(AccessRight) Method
Equals(Object) Method
Access
Right
Equals(Access
Right) Method
Determines whether the specified
AccessRight
is equal to the current
AccessRight
.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
IEquatable
T
Equals(T)
Remarks
Determines whether the specified
AccessRight
is equal to the current
AccessRight
.
See Also
Reference
AccessRight Structure
Equals Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast