ICabNode::Equals Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Equals(                       ICabNode*      pAnotherCabNode,
               [in, defaultvalue(0)]  ULONG          nOptions,
               [out, retval]          VARIANT_BOOL*  bRes);

Parameters

pAnotherCabNode
Pointer to ICabNode.
nOptions
[in, defaultvalue(0)] Value of ULONG.
bRes
[out, retval] Pointer to VARIANT_BOOL.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

ICabNode