MsdnLicense.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 MsdnLicense, _
right As MsdnLicense _
) As Integer
public static int Compare(
MsdnLicense left,
MsdnLicense right
)
public:
static int Compare(
MsdnLicense^ left,
MsdnLicense^ right
)
static member Compare :
left:MsdnLicense *
right:MsdnLicense -> int
public static function Compare(
left : MsdnLicense,
right : MsdnLicense
) : 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.