CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Operador

Definición

Determina si dos objetos CngKeyBlobFormat no 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 op_Inequality : 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

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

Se aplica a