Bagikan melalui


CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Operator

Definisi

Menentukan apakah dua CngKeyBlobFormat objek tidak menentukan format BLOB kunci yang sama.

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

Parameter

left
CngKeyBlobFormat

Objek yang menentukan format BLOB kunci.

right
CngKeyBlobFormat

Objek kedua, dibandingkan dengan objek yang diidentifikasi oleh left parameter .

Mengembalikan

true jika kedua objek tidak menentukan format BLOB kunci yang sama; jika tidak, false.

Berlaku untuk