Click or drag to resize

PdfRSASignaturePaddingEquals(Object) Method

Determines whether the specified Object is equal to this PdfRSASignaturePadding instance.

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this RSA signature padding instance.

Return Value

Boolean
if the specified Object is a PdfRSASignaturePadding and is equal to this PdfRSASignaturePadding instance; otherwise, .
See Also