MLDsaAlgorithm.Equality(MLDsaAlgorithm, MLDsaAlgorithm) Operator

Definitie

Bepaalt of twee MLDsaAlgorithm objecten dezelfde algoritmenaam opgeven.

public:
 static bool operator ==(System::Security::Cryptography::MLDsaAlgorithm ^ left, System::Security::Cryptography::MLDsaAlgorithm ^ right);
public static bool operator ==(System.Security.Cryptography.MLDsaAlgorithm? left, System.Security.Cryptography.MLDsaAlgorithm? right);
static member ( = ) : System.Security.Cryptography.MLDsaAlgorithm * System.Security.Cryptography.MLDsaAlgorithm -> bool
Public Shared Operator == (left As MLDsaAlgorithm, right As MLDsaAlgorithm) As Boolean

Parameters

left
MLDsaAlgorithm

Een object dat een algoritmenaam opgeeft.

right
MLDsaAlgorithm

Een tweede object dat moet worden vergeleken met het object dat wordt geïdentificeerd door de left parameter.

Retouren

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

Van toepassing op