Click or drag to resize
MimeKit

RsaEncryptionPaddingEquals(RsaEncryptionPadding) Method

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

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public bool Equals(
	RsaEncryptionPadding other
)

Parameters

other  RsaEncryptionPadding
The RsaEncryptionPadding to compare with the current RsaEncryptionPadding.

Return Value

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

Implements

IEquatableTEquals(T)
Remarks
Compares two RSA encryption paddings to determine if they are identical or not.
See Also