'Declaration
Public Shared Function NodesEqual( _ ByVal first As UANodeElement, _ ByVal second As UANodeElement _ ) As Boolean
'Usage
Dim first As UANodeElement Dim second As UANodeElement Dim value As Boolean value = UANodeElement.NodesEqual(first, second)
public static bool NodesEqual( UANodeElement first, UANodeElement second )
public: static bool NodesEqual( UANodeElement^ first, UANodeElement^ second )
Parameters
- first
- First object to be compared.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - second
- Second object to be compared.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
True
if the node elements are for the same nodes; false
otherwise.