operator <= Operator
Definition
- Namespace
- Codebelt.SharedKernel
- Assemblies
- Codebelt.SharedKernel.dll
operator <=(ComparableValueObject<T>, ComparableValueObject<T>)
Compares two values to determine which is less or equal.
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 than or equal toright>; otherwise,false.