Resolution.op_GreaterThan

Resolution GreaterThan operator

Implements the operator >.

public static bool operator >(Resolution a, Resolution b)
ParameterTypeDescription
aResolutionThe parameter a.
bResolutionThe parameter b.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentExceptionArguments have different types
ArgumentNullExceptionAn argument is null

See Also