RedirectionScope.Inequality(RedirectionScope, RedirectionScope) Operator

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

truewenn die Werte von left und right sind nicht gleich; andernfalls . false

Gilt für: