CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si deux CngKeyBlobFormat objets ne spécifient pas le même format BLOB de clé.
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
Paramètres
- left
- CngKeyBlobFormat
Objet qui spécifie un format BLOB clé.
- right
- CngKeyBlobFormat
Deuxième objet, à comparer à l’objet identifié par le left paramètre.
Retours
true si les deux objets ne spécifient pas le même format d’objet BLOB de clé ; sinon, false.