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