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