Share via


AccountLicense.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 AccountLicense, _
    right As AccountLicense _
) As Integer
public static int Compare(
    AccountLicense left,
    AccountLicense right
)
public:
static int Compare(
    AccountLicense^ left, 
    AccountLicense^ right
)
static member Compare : 
        left:AccountLicense * 
        right:AccountLicense -> int
public static function Compare(
    left : AccountLicense, 
    right : AccountLicense
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

AccountLicense Class

Microsoft.VisualStudio.Services.Licensing Namespace