CngKeyBlobFormat.Equals Méthode
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.
Compare deux objets CngKeyBlobFormat.
Surcharges
| Nom | Description |
|---|---|
| Equals(Object) |
Compare l’objet spécifié à l’objet actif CngKeyBlobFormat . |
| Equals(CngKeyBlobFormat) |
Compare l’objet spécifié CngKeyBlobFormat à l’objet actif CngKeyBlobFormat . |
Equals(Object)
- Source:
- CngKeyBlobFormat.cs
- Source:
- CngKeyBlobFormat.cs
- Source:
- CngKeyBlobFormat.cs
- Source:
- CngKeyBlobFormat.cs
- Source:
- CngKeyBlobFormat.cs
Compare l’objet spécifié à l’objet actif CngKeyBlobFormat .
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Paramètres
- obj
- Object
Objet à comparer à l’objet actuel CngKeyBlobFormat .
Retours
true si le obj paramètre est un CngKeyBlobFormat objet qui spécifie le même format BLOB de clé que l’objet actif ; sinon, false.
S’applique à
Equals(CngKeyBlobFormat)
- Source:
- CngKeyBlobFormat.cs
- Source:
- CngKeyBlobFormat.cs
- Source:
- CngKeyBlobFormat.cs
- Source:
- CngKeyBlobFormat.cs
- Source:
- CngKeyBlobFormat.cs
Compare l’objet spécifié CngKeyBlobFormat à l’objet actif CngKeyBlobFormat .
public:
virtual bool Equals(System::Security::Cryptography::CngKeyBlobFormat ^ other);
public bool Equals(System.Security.Cryptography.CngKeyBlobFormat? other);
public bool Equals(System.Security.Cryptography.CngKeyBlobFormat other);
override this.Equals : System.Security.Cryptography.CngKeyBlobFormat -> bool
Public Function Equals (other As CngKeyBlobFormat) As Boolean
Paramètres
- other
- CngKeyBlobFormat
Objet à comparer à l’objet actuel CngKeyBlobFormat .
Retours
true si le other paramètre spécifie le même format BLOB de clé que l’objet actuel ; sinon, false.