QueryEditResult.Equality(QueryEditResult, QueryEditResult) Operador

Definição

Obtém se os argumentos são iguais.

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

Parâmetros

arg1
QueryEditResult

Primeiro argumento.

arg2
QueryEditResult

Segundo argumento.

Retornos

Boolean

True se os argumentos forem iguais.

Aplica-se a