# Inequality {}

- [Overview](/range-1/inequality/overview.md): The \`Inequality\` primitive wrapper object
- [Generic type variables](/range-1/inequality/generic-type-variables.md): The \`Inequality\` primitive wrapper object generic type variables
- [Constructor](/range-1/inequality/constructor.md): The \`Inequality\` primitive wrapper object constructor
- [Accessors](/range-1/inequality/accessors.md): The \`Inequality\` primitive wrapper object accessors
- [get greater()](/range-1/inequality/accessors/get-greater.md): The get accessor obtains from the private #greater property an instance of the Greater
- [get less()](/range-1/inequality/accessors/get-less.md): The get accessor obtains from the private #less property an instance of the Less
- [Properties](/range-1/inequality/properties.md): The \`Inequality\` primitive wrapper object properties
- [#greater](/range-1/inequality/properties/greater.md): Private property of the Greater primitive wrapper object
- [#less](/range-1/inequality/properties/less.md)
- [Methods](/range-1/inequality/methods.md): The \`Inequality\` primitive wrapper object methods
- [greaterThan()](/range-1/inequality/methods/greaterthan.md): Checks whether the primitive value of a child class is greater than the given value
- [greaterThanEvery()](/range-1/inequality/methods/greaterthanevery.md): Checks whether the primitive value of a child instance is greater than every value of the given values
- [greaterThanSome()](/range-1/inequality/methods/greaterthansome.md): Checks whether the primitive value of a child instance is greater than some given values
- [lessThan()](/range-1/inequality/methods/lessthan.md): Checks whether the primitive value of a child class is less than the given value
- [lessThanEvery()](/range-1/inequality/methods/lessthanevery.md): Checks whether the primitive value of a child class instance is less than every value of the given values
- [lessThanSome()](/range-1/inequality/methods/lessthansome.md): Checks whether the primitive value of a child class is less than some given values
