Share via


RedirectionScope.Equality(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 ( = ) : 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

適用対象