Negative comparison operator
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static bool operator !=( Integer32 first, Integer32 second ) |
| Visual Basic |
|---|
Public Shared Operator <> ( _ first As Integer32, _ second As Integer32 _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator !=( Integer32^ first, Integer32^ second ) |
Parameters
- first
- Type: SnmpSharpNet..::..Integer32
First Integer32 class value to compare
- second
- Type: SnmpSharpNet..::..Integer32
Second Integer32 class value to compare