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