ICabNode::Equals Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 08:38, 16 March 2017


The method of interface of PDF-XChange Editor SDK.

Syntax

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

Parameters

pAnotherCabNode
Pointer to ICabNode.
options
[in, defaultvalue(0)] Value of CabNodeCmpFlags.
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