operator < Operator
Definition
- Namespace
- Codebelt.SharedKernel
- Assemblies
- Codebelt.SharedKernel.dll
operator <(ComparableValueObject<T>, ComparableValueObject<T>)
Compares two values to determine which is less.
public static bool operator <(ComparableValueObject<T> left, ComparableValueObject<T> right)
Parameters
leftComparableValueObject<T>The value to compare with
right.rightComparableValueObject<T>The value to compare with
left.
Returns
- bool
trueifleft> is less thanright>; otherwise,false.