Click or drag to resize
SignDocRenderParametersequals Method
Compare against another SignDocRenderParameters object. The exact order of SignDocRenderParameters is unspecified but consistent.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public bool equals(
	SignDocRenderParameters other
)

Parameters

other
Type: de.softpro.signdocsdkSignDocRenderParameters
The object to compare against.

Return Value

Type: Boolean
-1 if this object compares smaller than @a aOther, 0 if this object compares equal to @a aOther, 1 if this object compares greater than @a aOther.
See Also