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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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