Compare implementation that will compare this class value with argument Int32 value.
Namespace:
SnmpSharpNet
Assembly:
SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public int CompareTo(
int other
) |
| Visual Basic (Declaration) |
|---|
Public Function CompareTo ( _
other As Integer _
) As Integer |
| Visual C++ |
|---|
public:
virtual int CompareTo(
int other
) sealed |
Return Value
less then 0 if if parameter is less then, 0 if paramater is equal and greater then 0 if parameter is greater then the class value
Implements
IComparable<(Of <(T>)>)..::.CompareTo(T)
See Also