Compare class to a byte[] array.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public int CompareTo( byte[] other ) |
| Visual Basic |
|---|
Public Function CompareTo ( _ other As Byte() _ ) As Integer |
| Visual C++ |
|---|
public: virtual int CompareTo( array<unsigned char>^ other ) sealed |
Parameters
- other
- Type: array<System..::..Byte>[]()[][]
Byte array to compare with