Click or drag to resize

PdfRSASignaturePaddingEquals(PdfRSASignaturePadding) Method

Determines whether the other PdfRSASignaturePadding is equal to this PdfRSASignaturePadding instance.

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public bool Equals(
	PdfRSASignaturePadding other
)

Parameters

other  PdfRSASignaturePadding
The other RSA signature padding to compare with this RSA signature padding instance.

Return Value

Boolean
if the other PdfRSASignaturePadding is equal to this PdfRSASignaturePadding instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also