'DeclarationPublic Operator =( _ ByVal left As ParameterizedSelector(Of TInstanceParameters,TAdaptableParameters), _ ByVal right As ParameterizedSelector(Of TInstanceParameters,TAdaptableParameters) _ ) As Boolean
'Usage
Parameters
- left
- First object to be compared.
The value of this parameter can be
null(Nothingin Visual Basic). - right
- Second object to be compared.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
True if the objects are equal; false otherwise.