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