Compare implementation that will compare this class value with the value of another Integer32 class.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public int CompareTo( Integer32 other ) |
| Visual Basic |
|---|
Public Function CompareTo ( _ other As Integer32 _ ) As Integer |
| Visual C++ |
|---|
public: virtual int CompareTo( Integer32^ other ) sealed |
Parameters
- other
- Type: SnmpSharpNet..::..Integer32
Integer32 value to compare class value with.