CngProvider.Inequality(CngProvider, CngProvider) 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 CngProvider nesnenin aynı anahtar depolama sağlayıcısını (KSP) temsil edip etmediğini belirler.
public:
static bool operator !=(System::Security::Cryptography::CngProvider ^ left, System::Security::Cryptography::CngProvider ^ right);
public static bool operator !=(System.Security.Cryptography.CngProvider? left, System.Security.Cryptography.CngProvider? right);
public static bool operator !=(System.Security.Cryptography.CngProvider left, System.Security.Cryptography.CngProvider right);
static member op_Inequality : System.Security.Cryptography.CngProvider * System.Security.Cryptography.CngProvider -> bool
Public Shared Operator != (left As CngProvider, right As CngProvider) As Boolean
Parametreler
- left
- CngProvider
KSP'yi belirten bir nesne.
- right
- CngProvider
parametresi tarafından left tanımlanan nesneyle karşılaştırılacak ikinci bir nesne.
Döndürülenler
true iki nesne aynı KSP'yi temsil etmese; aksi takdirde , false.