Share via


RedirectionScope.Equality(RedirectionScope, RedirectionScope) 運算子

定義

傳回值,這個值表示兩個 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 執行個體。

傳回

如果 leftright 的值相等,則為 true,否則為 false

適用於