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