Sdílet prostřednictvím


RedirectionScope.Equality(RedirectionScope, RedirectionScope) Operátor

Definice

Vrátí hodnotu, která označuje, zda jsou dvě instance RedirectionScope typů stejné.

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

Parametry

Návraty

true pokud jsou hodnoty left a right stejné, jinak hodnota false.

Platí pro