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