Frequency.op_GreaterThanOrEqual

Frequency GreaterThanOrEqual operator

Implements the operator >=.

public static bool operator >=(Frequency a, Frequency b)
ParameterTypeDescription
aFrequencyThe parameter a.
bFrequencyThe parameter b.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentExceptionArguments have different types
ArgumentNullExceptionAn argument is null

See Also