RedirectionScope.Inequality(RedirectionScope, RedirectionScope) Operator

Definition

Returns a value that indicates whether two instances of the RedirectionScope types are not equal.

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

Parameters

Returns

true if the values of left and right are not equal; otherwise, false.

Applies to