Rule.GreaterThan Operator

Verifies whether a rule is greater than another rule.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Shared Operator > ( _
    lhs As Rule, _
    rhs As Rule _
) As Boolean
'Usage
Dim lhs As Rule 
Dim rhs As Rule 
Dim returnValue As Boolean 

returnValue = (lhs > rhs)
public static bool operator >(
    Rule lhs,
    Rule rhs
)
public:
static bool operator >(
    Rule^ lhs, 
    Rule^ rhs
)
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if the first rule is greater than the second rule; otherwise, false.

.NET Framework Security

See Also

Reference

Rule Class

Rule Members

Microsoft.VisualStudio.Modeling Namespace