Udostępnij za pośrednictwem


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

left
RedirectionScope

RedirectionScope Wystąpienie.

right
RedirectionScope

RedirectionScope Wystąpienie.

Zwraca

true jeśli wartości i leftright nie są równe; w przeciwnym razie , false.

Dotyczy