Share via


QueryEditResult.Equality(QueryEditResult, QueryEditResult) Operator

Definition

Gets whether arguments are 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 ( = ) : 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 equal.

Applies to