Negative comparison of two Oid class values.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static bool operator !=( Oid oid1, Oid oid2 ) |
| Visual Basic |
|---|
Public Shared Operator <> ( _ oid1 As Oid, _ oid2 As Oid _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator !=( Oid^ oid1, Oid^ oid2 ) |
Parameters
- oid1
- Type: SnmpSharpNet..::..Oid
First Oid class
- oid2
- Type: SnmpSharpNet..::..Oid
Second Oid class