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