EnumComparisonOperators extension
Provides comparison operators for TimePrecision enum values.
Operators
-
operator <(
TimePrecision other) → bool -
Available on TimePrecision, provided by the EnumComparisonOperators extension
Less-than operator for TimePrecision. -
operator <=(
TimePrecision other) → bool -
Available on TimePrecision, provided by the EnumComparisonOperators extension
Less-than-or-equal operator for TimePrecision. -
operator >(
TimePrecision other) → bool -
Available on TimePrecision, provided by the EnumComparisonOperators extension
Greater-than operator for TimePrecision. -
operator >=(
TimePrecision other) → bool -
Available on TimePrecision, provided by the EnumComparisonOperators extension
Greater-than-or-equal operator for TimePrecision.