Share via


RedirectionScope.Inequality(RedirectionScope, RedirectionScope) 演算子

定義

RedirectionScope 型の 2 つのインスタンスが等しくないかどうかを示す値を返します。

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

パラメーター

left
RedirectionScope

RedirectionScope のインスタンス。

right
RedirectionScope

RedirectionScope のインスタンス。

戻り値

left の値と right の値が等しくない場合は true。それ以外の場合は false

適用対象