QueryEditResult.Equality(QueryEditResult, QueryEditResult) Оператор

Определение

Возвращает значение, указывающее, равны ли аргументы.

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

Параметры

arg1
QueryEditResult

Первый аргумент.

arg2
QueryEditResult

Второй аргумент.

Возвращаемое значение

Boolean

Значение true, если аргументы равны.

Применяется к