Sdílet prostřednictvím


RedirectionScope.Inequality(RedirectionScope, RedirectionScope) Operátor

Definice

Vrátí hodnotu, která označuje, zda si dvě instance RedirectionScope typů nejsou rovny.

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

Návraty

truepokud se hodnoty left a right nerovnají, v opačném případě . false

Platí pro