Less then operator.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static bool operator <( Oid oid1, Oid oid2 ) |
| Visual Basic |
|---|
Public Shared Operator < ( _ oid1 As Oid, _ oid2 As Oid _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator <( Oid^ oid1, Oid^ oid2 ) |
Return Value
True if first oid is less then second, otherwise false
Remarks
Compare first oid with second and if first OID is less return true