Share via


CngProvider.Inequality(CngProvider, CngProvider) Operatör

Tanım

İ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.

Şunlara uygulanır