RedirectionScope.Inequality(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 op_Inequality : 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
。