Less then operator.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static bool operator <( Oid oid1, Oid oid2 ) |
| Visual Basic (Declaration) |
|---|
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