Compare objectId values

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual int Compare(
	Oid cmp
)
Public Overridable Function Compare ( _
	cmp As Oid _
) As Integer
public:
virtual int Compare(
	Oid^ cmp
)

Parameters

cmp
Oid
ObjectId to Compare with

Return Value

0 if equal, -1 if less then and 1 if greater then.

See Also