NetworkVariable<(Of <(<'T>)>)>..::..Inequality Operator
   Determines whether two NetworkVariable instances are not equal.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public static bool operator !=( NetworkVariable<T> valueLeft, NetworkVariable<T> valueRight )
Parameters
- valueLeft
 - Type: com.onlineobject.objectnet..::..NetworkVariable<(Of <(<'T>)>)>
The first NetworkVariable instance to compare. 
- valueRight
 - Type: com.onlineobject.objectnet..::..NetworkVariable<(Of <(<'T>)>)>
The second NetworkVariable instance to compare. 

