RedirectionScope.Equality(RedirectionScope, RedirectionScope) Betreiber

Definition

Gibt einen Wert zurück, der angibt, ob zwei Instanzen der RedirectionScope-Typen gleich sind.

public:
 static bool operator ==(System::ServiceModel::Channels::RedirectionScope ^ left, System::ServiceModel::Channels::RedirectionScope ^ right);
public static bool operator == (System.ServiceModel.Channels.RedirectionScope left, System.ServiceModel.Channels.RedirectionScope right);
static member ( = ) : System.ServiceModel.Channels.RedirectionScope * System.ServiceModel.Channels.RedirectionScope -> bool
Public Shared Operator == (left As RedirectionScope, right As RedirectionScope) As Boolean

Parameter

left
RedirectionScope

Eine RedirectionScope-Instanz.

right
RedirectionScope

Eine RedirectionScope-Instanz.

Gibt zurück

true, wenn die Werte von left und right gleich sind, andernfalls false.

Gilt für: