CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Operatör

Tanım

İki CngKeyBlobFormat nesnenin aynı anahtar BLOB biçimini belirtip belirtmediğini belirler.

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

Parametreler

left
CngKeyBlobFormat

Anahtar BLOB biçimini belirten bir nesne.

right
CngKeyBlobFormat

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

Döndürülenler

true İki nesne aynı anahtar BLOB biçimini belirtmiyorsa; aksi takdirde , false.

Şunlara uygulanır