Class AbpComparableExtensions
Inherited Members
Namespace: System
Assembly: Volo.Abp.Core.dll
Syntax
public static class AbpComparableExtensions
Methods
IsBetween<T>(T, T, T)
Declaration
public static bool IsBetween<T>(this T value, T minInclusiveValue, T maxInclusiveValue) where T : IComparable<T>
Parameters
Type | Name | Description |
---|---|---|
T | value | |
T | minInclusiveValue | |
T | maxInclusiveValue |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |