RedirectionType.Inequality(RedirectionType, RedirectionType) Operator

Definition

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

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

Parameters

left
RedirectionType

A RedirectionType instance.

right
RedirectionType

A RedirectionType instance.

Returns

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

Applies to