Udostępnij za pośrednictwem


RedirectionScope.Equality(RedirectionScope, RedirectionScope) Operator

Definicja

Zwraca wartość wskazującą, czy dwa wystąpienia RedirectionScope typów są równe.

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

left
RedirectionScope

RedirectionScope Wystąpienie.

right
RedirectionScope

RedirectionScope Wystąpienie.

Zwraca

truejeśli wartości left i right są równe; w przeciwnym razie . false

Dotyczy