Negative compare.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static bool operator !=( MutableByte buf1, MutableByte buf2 ) |
| Visual Basic |
|---|
Public Shared Operator <> ( _ buf1 As MutableByte, _ buf2 As MutableByte _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator !=( MutableByte^ buf1, MutableByte^ buf2 ) |
Parameters
- buf1
- Type: SnmpSharpNet..::..MutableByte
First MutableByte array
- buf2
- Type: SnmpSharpNet..::..MutableByte
Second MutableByte array