Aracılığıyla paylaş


RedirectionScope.Equality(RedirectionScope, RedirectionScope) Operatör

Tanım

Türlerin iki örneğinin RedirectionScope eşit olup olmadığını gösteren bir değer döndürür.

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

Parametreler

Döndürülenler

trueve right değerleri left eşitse; eşit değilse, false.

Şunlara uygulanır