CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operador

Definición

Determina si dos objetos CngKeyBlobFormat especifican el mismo formato BLOB de clave.

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

Parámetros

left
CngKeyBlobFormat

Objeto que especifica un formato BLOB de clave.

right
CngKeyBlobFormat

Segundo objeto, que se va a comparar con el objeto identificado por el parámetro left.

Devoluciones

Boolean

true si los dos objetos especifican el mismo formato BLOB de clave; de lo contrario, false.

Se aplica a