Freigeben über


MsdnLicense.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 MsdnLicense _
) As Integer
public int CompareTo(
    MsdnLicense other
)
public:
virtual int CompareTo(
    MsdnLicense^ other
) sealed
abstract CompareTo : 
        other:MsdnLicense -> int  
override CompareTo : 
        other:MsdnLicense -> int
public final function CompareTo(
    other : MsdnLicense
) : int

Parameters

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)

.NET Framework Security

See Also

Reference

MsdnLicense Class

Microsoft.VisualStudio.Services.Licensing Namespace