IComparable interface implementation. Compare class contents against another class.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public int CompareTo( OctetString other ) |
| Visual Basic |
|---|
Public Function CompareTo ( _ other As OctetString _ ) As Integer |
| Visual C++ |
|---|
public: virtual int CompareTo( OctetString^ other ) sealed |
Parameters
- other
- Type: SnmpSharpNet..::..OctetString
OctetString class to compare against.