'Declaration
Public Operator =( _ ByVal nodeElement1 As NodeElement, _ ByVal nodeElement2 As NodeElement _ ) As Boolean
'Usage
public bool operator ==( NodeElement nodeElement1, NodeElement nodeElement2 )
public: bool operator ==( NodeElement^ nodeElement1, NodeElement^ nodeElement2 )
Parameters
- nodeElement1
- First object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic). - nodeElement2
- Second object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
True
if the objects are equal; false
otherwise.