Aracılığıyla paylaş


CngAlgorithm.Inequality(CngAlgorithm, CngAlgorithm) Operatör

Tanım

İki CngAlgorithm nesnenin aynı algoritmayı belirtmediğini belirler.

public:
 static bool operator !=(System::Security::Cryptography::CngAlgorithm ^ left, System::Security::Cryptography::CngAlgorithm ^ right);
public static bool operator != (System.Security.Cryptography.CngAlgorithm? left, System.Security.Cryptography.CngAlgorithm? right);
public static bool operator != (System.Security.Cryptography.CngAlgorithm left, System.Security.Cryptography.CngAlgorithm right);
static member op_Inequality : System.Security.Cryptography.CngAlgorithm * System.Security.Cryptography.CngAlgorithm -> bool
Public Shared Operator != (left As CngAlgorithm, right As CngAlgorithm) As Boolean

Parametreler

left
CngAlgorithm

Algoritma adını belirten bir nesne.

right
CngAlgorithm

parametresi tarafından left tanımlanan nesneyle karşılaştırılacak ikinci bir nesne.

Döndürülenler

true iki nesne aynı algoritma adını belirtmezse; aksi takdirde , false.

Şunlara uygulanır