'Declaration
Public Operator =( _ ByVal args1 As DAItemVtqArguments, _ ByVal args2 As DAItemVtqArguments _ ) As Boolean
'Usage
public bool operator ==( DAItemVtqArguments args1, DAItemVtqArguments args2 )
public: bool operator ==( DAItemVtqArguments^ args1, DAItemVtqArguments^ 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.