Show / Hide Table of Contents

Class AbpComparableExtensions

Inheritance
object
AbpComparableExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform