Поделиться через


QueryEditResult.Inequality Operator

Verifies whether two arguments are unequal.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Декларация
Public Shared Operator <> ( _
    arg1 As QueryEditResult, _
    arg2 As QueryEditResult _
) As Boolean
public static bool operator !=(
    QueryEditResult arg1,
    QueryEditResult arg2
)
public:
static bool operator !=(
    QueryEditResult arg1, 
    QueryEditResult arg2
)
static let inline (<>)
        arg1:QueryEditResult * 
        arg2:QueryEditResult  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if the arguments are not equal; otherwise, false.

.NET Framework Security

See Also

Reference

QueryEditResult Structure

Microsoft.VisualStudio.Modeling.Shell Namespace