Contents

LessThanOrEqualToComparator

An object that determines whether the value of a comparable property is less than or equal to the specified value.

Declaration

final class LessThanOrEqualToComparator<Property, PropertyType, ComparatorMappingType> where Property : EntityProperty<PropertyType>, PropertyType : _IntentValue, PropertyType : Sendable, PropertyType.UnwrappedType : Comparable

Topics

Creating a comparator

See Also

Equatable comparisons