Method IsLessThan
IsLessThan<T>(T, T)
Declaration
public static bool IsLessThan<T>(this T value, T other) where T : IComparable<T>
Parameters
Type | Name | Description |
---|---|---|
T | value | |
T | other |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |