Rule.GreaterThan(Rule, Rule) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Greater Than operator
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
Parameters
- lhs
- Rule
left object to compare
- rhs
- Rule
right object to compare
Returns
true if the left object is greater than the right object