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 实例。

返回

Boolean

如果 leftright 的值相等,则为 true;否则为 false

适用于