Share via


AccountLicense.CompareTo Method

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

Syntax

'Declaration
Public Function CompareTo ( _
    other As AccountLicense _
) As Integer
public int CompareTo(
    AccountLicense other
)
public:
virtual int CompareTo(
    AccountLicense^ other
) sealed
abstract CompareTo : 
        other:AccountLicense -> int  
override CompareTo : 
        other:AccountLicense -> int
public final function CompareTo(
    other : AccountLicense
) : int

Parameters

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)

.NET Framework Security

See Also

Reference

AccountLicense Class

Microsoft.VisualStudio.Services.Licensing Namespace