MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Operator

Definitie

Bepaalt of twee MLKemAlgorithm objecten niet dezelfde algoritmenaam opgeven.

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

Parameters

left
MLKemAlgorithm

Een object dat een algoritmenaam opgeeft.

right
MLKemAlgorithm

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

Retouren

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

Van toepassing op