![]() |
SystemEX
Lacking
Additional generic collection types missing in .net
|
Provides a boolean comparison that determines whether a is strictly larger than b . More...
Public Member Functions | |
| bool | Compare (T a, T b) |
Returns true if a is strictly larger than b ; otherwise false. | |
Provides a boolean comparison that determines whether a is strictly larger than b .
| T | The type of values being compared. |
| bool SystemEx.Algorythmen.Greater< T >.Compare | ( | T | a, |
| T | b ) |
Returns true if a is strictly larger than b ; otherwise false.
| a | The first value to compare. |
| b | The second value to compare. |
true if a is larger than b ; otherwise false. Implements SystemEx.Algorythmen.ISimpleCompare< T >.