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