Description

Returns True when the 2 given McDBNode references point to the same Database object.

Return Type

A Boolean value.  

Syntax

object.IsDBNodeSame (pDBNodeLeft, pDBNodeRight)

The IsDBNodeSame Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataManager.
pDBNodeLeftRequired. A McDBNode object. A valid McDBNode Reference.
pDBNodeRightRequired. A McDBNode object. Another valid McDBNode Reference.

Remarks

Both references must point to something.