Compare implementation that will compare this class value with argument UInt32 value.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
public int CompareTo( uint other ) |
| Visual Basic |
|---|
Public Function CompareTo ( _ other As UInteger _ ) As Integer |
| Visual C++ |
|---|
public: virtual int CompareTo( unsigned int other ) sealed |
Parameters
- other
- Type: System..::..UInt32
UInt32 value to compare class value with.