CngAlgorithmGroup.Inequality(CngAlgorithmGroup, CngAlgorithmGroup) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İ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
Bir algoritma grubu belirten 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.