RedirectionDuration.Inequality Operator

Definition

Returns a value that indicates whether two instances of the RedirectionDuration types are not equal.

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

Returns

true if the values of left and right are not equal; otherwise, false.

Applies to