RedirectionType.Equality(RedirectionType, RedirectionType) Operator

Definition

Returns a value that indicates whether two instances of the RedirectionType types are 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 ( = ) : 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 equal; otherwise, false.

Applies to