'Declaration
Public Operator =( _ ByVal nodeFilter1 As AEBrowseParameters, _ ByVal nodeFilter2 As AEBrowseParameters _ ) As Boolean
'Usage
public bool operator ==( AEBrowseParameters nodeFilter1, AEBrowseParameters nodeFilter2 )
public: bool operator ==( AEBrowseParameters^ nodeFilter1, AEBrowseParameters^ nodeFilter2 )
Parameters
- nodeFilter1
- First object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic). - nodeFilter2
- 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.