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
.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.