Edit

Share via


MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Operator

Definition

Determines whether two MLKemAlgorithm objects do not specify the same algorithm name.

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

An object that specifies an algorithm name.

right
MLKemAlgorithm

A second object, to be compared to the object that is identified by the left parameter.

Returns

true if the objects are not considered equal; otherwise, false.

Applies to