QueryEditResult.Inequality(QueryEditResult, QueryEditResult) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether arguments are not equal.
public:
static bool operator !=(Microsoft::VisualStudio::Modeling::Shell::QueryEditResult arg1, Microsoft::VisualStudio::Modeling::Shell::QueryEditResult arg2);
public static bool operator != (Microsoft.VisualStudio.Modeling.Shell.QueryEditResult arg1, Microsoft.VisualStudio.Modeling.Shell.QueryEditResult arg2);
static member op_Inequality : Microsoft.VisualStudio.Modeling.Shell.QueryEditResult * Microsoft.VisualStudio.Modeling.Shell.QueryEditResult -> bool
Public Shared Operator != (arg1 As QueryEditResult, arg2 As QueryEditResult) As Boolean
Parameters
- arg1
- QueryEditResult
First argument.
- arg2
- QueryEditResult
Second argument.
Returns
True if arguments are not equal.