Aracılığıyla paylaş


RedirectionType.Inequality(RedirectionType, RedirectionType) Operatör

Tanım

Türlerin iki örneğinin eşit olup olmadığını gösteren bir değer döndürür RedirectionType .

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

Parametreler

left
RedirectionType

Bir RedirectionType örnek.

right
RedirectionType

Bir RedirectionType örnek.

Döndürülenler

Boolean

trueleftve değerleri right eşitse; Aksi takdirde, false .

Şunlara uygulanır