RedirectionScope.Equality(RedirectionScope, RedirectionScope) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值表示兩個 RedirectionScope 型別的執行個體是否相等。
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
。