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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.