RedirectionScope.Inequality(RedirectionScope, RedirectionScope) Operator

Definicja

Zwraca wartość wskazującą, czy dwa wystąpienia RedirectionScope typów nie są równe.

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

Parametry

right
RedirectionScope

RedirectionScopeWystąpienie.

Zwraca

Boolean

true Jeśli wartości left i right nie są równe; w przeciwnym razie false .

Dotyczy