ServiceLevel.GreaterThan Operator

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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ServiceLevel Class

Microsoft.TeamFoundation.Framework.Server Namespace