Method Less
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Less<T>(IComparer<T>, T, T)
Returns true if a is less than b according to the comparer.
public static bool Less<T>(this IComparer<T> comparer, T a, T b)
Parameters
comparerIComparer<T>The comparer to use.
aTThe first value.
bTThe second value.
Returns
Type Parameters
TThe type being compared.