Less then operator
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static bool operator <( UInteger32 first, UInteger32 second ) |
| Visual Basic |
|---|
Public Shared Operator < ( _ first As UInteger32, _ second As UInteger32 _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator <( UInteger32^ first, UInteger32^ second ) |
Parameters
- first
- Type: SnmpSharpNet..::..UInteger32
First class
- second
- Type: SnmpSharpNet..::..UInteger32
Second class
Return Value
True if first class value is less then second class value, otherwise false
Remarks
Compare two UInteger32 class values and return true if first class value is less then second.