RedirectionScope.Equality(RedirectionScope, RedirectionScope) Operator

定義

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 インスタンス。

返品

true leftrightの値が等しい場合は ɴ。それ以外の場合はfalse

適用対象