CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operator
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menentukan apakah dua CngKeyBlobFormat objek 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 ( = ) : 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 menentukan format BLOB kunci yang sama; jika tidak, false.