Length.op_GreaterThanOrEqual

Length GreaterThanOrEqual operator

Implementerar operatorn >=.

public static bool operator >=(Length a, Length b)
ParameterTypBeskrivning
aLengthParametern a.
bLengthParametern b.

Returvärde

Resultatet av operatorn.

Undantag

undantagskick
ArgumentExceptionArgument har olika typer
ArgumentNullExceptionEtt argument är null

Se även