Length.op_LessThanOrEqual

Length LessThanOrEqual operator

Implémente l’opérateur <=.

public static bool operator <=(Length a, Length b)
ParamètreTaperLa description
aLengthLe paramètre a.
bLengthLe paramètre b.

Return_Value

Le résultat de l’opérateur.

Exceptions

exceptioncondition
ArgumentExceptionLes arguments ont différents types
ArgumentNullExceptionUn argument est nul

Voir également