QueryEditResult.Equality(QueryEditResult, QueryEditResult) Betreiber

Definition

Ruft ab, ob Argumente gleich sind.

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

Parameter

arg1
QueryEditResult

Erstes Argument.

arg2
QueryEditResult

Zweites Argument.

Gibt zurück

Boolean

True, wenn die Argumente gleich sind.

Gilt für