Freigeben über


License.Inequality Operator

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

License Class

Microsoft.VisualStudio.Services.Licensing Namespace