CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Opérateur

Définition

Détermine si deux objets CngKeyBlobFormat 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 de clé.

right
CngKeyBlobFormat

Deuxième objet, à comparer avec l'objet identifié par le paramètre left.

Retours

true si les deux objets ne spécifient pas le même format BLOB de clé ; sinon, false.

S’applique à