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