Negative comparison operator
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static bool operator !=( Integer32 first, Integer32 second ) |
| Visual Basic (Declaration) |
|---|
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