| 
            
              TimeTicksInequality Operator
             | 
          
        
        
            The inequality operator.
            
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
SyntaxJavaScript does not support overloaded operators.
 View SourceParameters
- left  TimeTicks
 - Left TimeTicks object
 - right  TimeTicks
 - Right TimeTicks object
 
Return Value
Boolean
            Returns 
true if the values of its operands are not equal, 
false otherwise.
See Also