RedirectionScope.Inequality(RedirectionScope, RedirectionScope) Betreiber

Definition

Gibt einen Wert zurück, der angibt, ob zwei Instanzen der RedirectionScope-Typen nicht 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 op_Inequality : 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

Boolean

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

Gilt für