CompositeMLDsaAlgorithm.Equals Methode

Definitie

Overloads

Name Description
Equals(Object)

Bepaalt of het opgegeven object gelijk is aan het huidige object.

Equals(CompositeMLDsaAlgorithm)

Vergelijkt twee CompositeMLDsaAlgorithm objecten.

Equals(Object)

Bron:
CompositeMLDsaAlgorithm.cs
Bron:
CompositeMLDsaAlgorithm.cs
Bron:
CompositeMLDsaAlgorithm.cs

Bepaalt of het opgegeven object gelijk is aan het huidige object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Het object dat moet worden vergeleken met het huidige object.

Retouren

true als het opgegeven object gelijk is aan het huidige object; anders, false.

Van toepassing op

Equals(CompositeMLDsaAlgorithm)

Bron:
CompositeMLDsaAlgorithm.cs
Bron:
CompositeMLDsaAlgorithm.cs
Bron:
CompositeMLDsaAlgorithm.cs

Vergelijkt twee CompositeMLDsaAlgorithm objecten.

public:
 virtual bool Equals(System::Security::Cryptography::CompositeMLDsaAlgorithm ^ other);
public bool Equals(System.Security.Cryptography.CompositeMLDsaAlgorithm? other);
override this.Equals : System.Security.Cryptography.CompositeMLDsaAlgorithm -> bool
Public Function Equals (other As CompositeMLDsaAlgorithm) As Boolean

Parameters

other
CompositeMLDsaAlgorithm

Een object dat moet worden vergeleken met het huidige CompositeMLDsaAlgorithm object.

Retouren

true indien de objecten als gelijk worden beschouwd; anders, false.

Implementeringen

Van toepassing op