RedirectionScope.Equality(RedirectionScope, RedirectionScope) Operator

Definition

Returns a value that indicates whether two instances of the RedirectionScope types are 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 ( = ) : 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 equal; otherwise, false.

Applies to