| RsaEncryptionPaddingEquality Operator |
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static bool operator ==(
RsaEncryptionPadding left,
RsaEncryptionPadding right
)
Parameters
- left RsaEncryptionPadding
- The first object to compare.
- right RsaEncryptionPadding
- The second object to compare.
Return Value
Booleantrue if
left and
right are equal; otherwise,
false.
Remarks See Also