Share via


QuerySaveResult.Inequality Operator

Verifies whether two arguments are unequal.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

QuerySaveResult Structure

Microsoft.VisualStudio.Modeling.Shell Namespace