Share via


MsdnLicense.LessThan Operator

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Shared Operator < ( _
    left As MsdnLicense, _
    right As MsdnLicense _
) As Boolean
public static bool operator <(
    MsdnLicense left,
    MsdnLicense right
)
public:
static bool operator <(
    MsdnLicense^ left, 
    MsdnLicense^ right
)
static let inline(<)
        left:MsdnLicense * 
        right:MsdnLicense  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

MsdnLicense Class

Microsoft.VisualStudio.Services.Licensing Namespace