Method IsLessThanOrEqual
IsLessThanOrEqual<T>(T, T)
Declaration
public static bool IsLessThanOrEqual<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 |