Udostępnij za pośrednictwem


RedirectionType.Inequality(RedirectionType, RedirectionType) Operator

Definicja

Zwraca wartość wskazującą, czy dwa wystąpienia RedirectionType typów nie 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 op_Inequality : System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionType -> bool
Public Shared Operator != (left As RedirectionType, right As RedirectionType) As Boolean

Parametry

left
RedirectionType

RedirectionTypeWystąpienie.

right
RedirectionType

RedirectionTypeWystąpienie.

Zwraca

Boolean

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

Dotyczy