Length.op_LessThan

Length LessThan operator

Implements the operator <.

public static bool operator <(Length a, Length b)
ParameterTypeDescription
aLengthThe parameter a.
bLengthThe parameter b.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentExceptionArguments have different types
ArgumentNullExceptionAn argument is null

See Also