CngKeyBlobFormat.Equals Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Vergleicht zwei CngKeyBlobFormat-Objekte.
Überlädt
| Name | Beschreibung |
|---|---|
| Equals(Object) |
Vergleicht das angegebene Objekt mit dem aktuellen CngKeyBlobFormat Objekt. |
| Equals(CngKeyBlobFormat) |
Vergleicht das angegebene CngKeyBlobFormat Objekt mit dem aktuellen CngKeyBlobFormat Objekt. |
Equals(Object)
- Quelle:
- CngKeyBlobFormat.cs
- Quelle:
- CngKeyBlobFormat.cs
- Quelle:
- CngKeyBlobFormat.cs
- Quelle:
- CngKeyBlobFormat.cs
- Quelle:
- CngKeyBlobFormat.cs
Vergleicht das angegebene Objekt mit dem aktuellen CngKeyBlobFormat Objekt.
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
Parameter
- obj
- Object
Ein Objekt, das mit dem aktuellen CngKeyBlobFormat Objekt verglichen werden soll.
Gibt zurück
true wenn der obj Parameter ein CngKeyBlobFormat Objekt ist, das das gleiche SCHLÜSSEL-BLOB-Format wie das aktuelle Objekt angibt; andernfalls false.
Gilt für:
Equals(CngKeyBlobFormat)
- Quelle:
- CngKeyBlobFormat.cs
- Quelle:
- CngKeyBlobFormat.cs
- Quelle:
- CngKeyBlobFormat.cs
- Quelle:
- CngKeyBlobFormat.cs
- Quelle:
- CngKeyBlobFormat.cs
Vergleicht das angegebene CngKeyBlobFormat Objekt mit dem aktuellen CngKeyBlobFormat Objekt.
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
Parameter
- other
- CngKeyBlobFormat
Ein Objekt, das mit dem aktuellen CngKeyBlobFormat Objekt verglichen werden soll.
Gibt zurück
true wenn der other Parameter das gleiche SCHLÜSSEL-BLOB-Format wie das aktuelle Objekt angibt; andernfalls false.