CngAlgorithmGroup.Inequality(CngAlgorithmGroup, CngAlgorithmGroup) Operatör

Tanım

İki CngAlgorithmGroup nesnenin aynı algoritma grubunu belirtmediğini belirler.

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

Parametreler

left
CngAlgorithmGroup

Algoritma grubunu belirten bir nesne.

right
CngAlgorithmGroup

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

Döndürülenler

true iki nesne aynı algoritma grubunu belirtmiyorsa; aksi takdirde , false.

Şunlara uygulanır