Time.op_GreaterThanOrEqual

Time GreaterThanOrEqual operator

Implements the operator >=.

public static bool operator >=(Time a, Time b)
ParameterTypeDescription
aTimeThe parameter a.
bTimeThe parameter b.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentExceptionArguments have different types
ArgumentNullExceptionAn argument is null

See Also