RedirectionScope.Equality(RedirectionScope, RedirectionScope) Operador

Definição

Retorna um valor que indica se duas instâncias dos RedirectionScope tipos são iguais.

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

Parâmetros

left
RedirectionScope

Uma instância de RedirectionScope.

right
RedirectionScope

Uma instância de RedirectionScope.

Retornos

true se os valores de left e right são iguais; caso contrário, false.

Aplica-se a