Share via


MsdnLicense.Compare Method

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Shared Function Compare ( _
    left As MsdnLicense, _
    right As MsdnLicense _
) As Integer
public static int Compare(
    MsdnLicense left,
    MsdnLicense right
)
public:
static int Compare(
    MsdnLicense^ left, 
    MsdnLicense^ right
)
static member Compare : 
        left:MsdnLicense * 
        right:MsdnLicense -> int
public static function Compare(
    left : MsdnLicense, 
    right : MsdnLicense
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

MsdnLicense Class

Microsoft.VisualStudio.Services.Licensing Namespace