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