Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Operator > ( _
    serviceLevel1 As ServiceLevel, _
    serviceLevel2 As ServiceLevel _
) As Boolean
public static bool operator >(
    ServiceLevel serviceLevel1,
    ServiceLevel serviceLevel2
)
public:
static bool operator >(
    ServiceLevel^ serviceLevel1, 
    ServiceLevel^ serviceLevel2
)
static let inline(>)
        serviceLevel1:ServiceLevel * 
        serviceLevel2:ServiceLevel  : bool
JScript does not support overloaded operators.
Parameters
- serviceLevel1
 Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- serviceLevel2
 Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.