Click or drag to resize
MimeKit

RsaSignaturePaddingEquals(RsaSignaturePadding) Method

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

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

Parameters

other  RsaSignaturePadding
The RsaSignaturePadding to compare with the current RsaSignaturePadding.

Return Value

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

Implements

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