Table of Contents

Method Less

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

Less<T>(IComparer<T>, T, T)

public static bool Less<T>(this IComparer<T> comparer, T a, T b)

Parameters

comparer IComparer<T>
a T
b T

Returns

bool

Type Parameters

T