'DeclarationPublic Operator <>( _ ByVal left As EasyDAItemSubscriptionArguments(Of T), _ ByVal right As EasyDAItemSubscriptionArguments(Of T) _ ) As Boolean
'Usage
public bool operator !=( EasyDAItemSubscriptionArguments<T> left, EasyDAItemSubscriptionArguments<T> right )
public: bool operator !=( EasyDAItemSubscriptionArguments<T^>^ left, EasyDAItemSubscriptionArguments<T^>^ right )
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 not equal; false if they are equal.