ServiceLevel.Compare Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function Compare ( _
    serviceLevel1 As ServiceLevel, _
    serviceLevel2 As ServiceLevel _
) As Integer
public static int Compare(
    ServiceLevel serviceLevel1,
    ServiceLevel serviceLevel2
)
public:
static int Compare(
    ServiceLevel^ serviceLevel1, 
    ServiceLevel^ serviceLevel2
)
static member Compare : 
        serviceLevel1:ServiceLevel * 
        serviceLevel2:ServiceLevel -> int
public static function Compare(
    serviceLevel1 : ServiceLevel, 
    serviceLevel2 : ServiceLevel
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ServiceLevel Class

Microsoft.TeamFoundation.Framework.Server Namespace