Share via


AccountLicense.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 AccountLicense, _
    right As AccountLicense _
) As Boolean
public static bool operator <(
    AccountLicense left,
    AccountLicense right
)
public:
static bool operator <(
    AccountLicense^ left, 
    AccountLicense^ right
)
static let inline(<)
        left:AccountLicense * 
        right:AccountLicense  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

AccountLicense Class

Microsoft.VisualStudio.Services.Licensing Namespace