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 belirtip 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 belirtmezse; aksi takdirde , false.