RedirectionScope.Equality(RedirectionScope, RedirectionScope) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
leftとrightの値が等しい場合は ɴ。それ以外の場合はfalse。