RedirectionScope.Equality(RedirectionScope, RedirectionScope) Opérateur

Définition

Retourne une valeur qui indique si deux instances des RedirectionScope types sont égales.

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

Paramètres

left
RedirectionScope

Une instance RedirectionScope .

right
RedirectionScope

Une instance RedirectionScope .

Retours

true si les valeurs et leftright sont égales ; sinon, false.

S’applique à