| SignDocRenderParametersequals Method |
Compare against another SignDocRenderParameters object.
The exact order of SignDocRenderParameters is unspecified but
consistent.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool equals(
SignDocRenderParameters other
)
Public Function equals (
other As SignDocRenderParameters
) As Boolean
public:
bool equals(
SignDocRenderParameters^ other
)
member equals :
other : SignDocRenderParameters -> bool
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