Udostępnij za pośrednictwem


RedirectionType.Equality(RedirectionType, RedirectionType) Operator

Definicja

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

public:
 static bool operator ==(System::ServiceModel::Channels::RedirectionType ^ left, System::ServiceModel::Channels::RedirectionType ^ right);
public static bool operator == (System.ServiceModel.Channels.RedirectionType left, System.ServiceModel.Channels.RedirectionType right);
static member ( = ) : System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionType -> bool
Public Shared Operator == (left As RedirectionType, right As RedirectionType) As Boolean

Parametry

left
RedirectionType

RedirectionType Wystąpienie.

right
RedirectionType

RedirectionType Wystąpienie.

Zwraca

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

Dotyczy