Rule.GreaterThan(Rule, Rule) 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
大于运算符
public:
static bool operator >(Microsoft::VisualStudio::Modeling::Rule ^ lhs, Microsoft::VisualStudio::Modeling::Rule ^ rhs);
public static bool operator > (Microsoft.VisualStudio.Modeling.Rule lhs, Microsoft.VisualStudio.Modeling.Rule rhs);
static member ( > ) : Microsoft.VisualStudio.Modeling.Rule * Microsoft.VisualStudio.Modeling.Rule -> bool
Public Shared Operator > (lhs As Rule, rhs As Rule) As Boolean
参数
- lhs
- Rule
要比较的左对象
- rhs
- Rule
要比较的右对象
返回
如果左侧对象大于右侧对象,则为 true