RedirectionDuration.Inequality Operator

Definitie

Retourneert een waarde die aangeeft of twee exemplaren van de RedirectionDuration typen niet gelijk zijn.

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

Parameters

Retouren

trueals de waarden van left en right niet gelijk zijn; anders . false

Van toepassing op