RedirectionScope.Equality(RedirectionScope, RedirectionScope) Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Returnerar ett värde som anger om två instanser av typerna RedirectionScope är lika med.
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
Parametrar
- left
- RedirectionScope
En RedirectionScope instans.
- right
- RedirectionScope
En RedirectionScope instans.
Returer
trueom värdena left för och right är lika, annars . false