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