Length.op_GreaterThanOrEqual

Length GreaterThanOrEqual operator

实现运算符 >=.

public static bool operator >=(Length a, Length b)
范围类型描述
aLength参数a。
bLength参数 b。

返回值

运算符的结果。

例外

例外(健康)状况
ArgumentException参数有不同的类型
ArgumentNullException参数为空

也可以看看