MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Operátor

Definice

Určuje, zda dva MLKemAlgorithm objekty nezadávají stejný název algoritmu.

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

Parametry

left
MLKemAlgorithm

Objekt, který určuje název algoritmu.

right
MLKemAlgorithm

Druhý objekt, který se má porovnat s objektem, který je identifikován parametrem left .

Návraty

truepokud se objekty nepovažují za stejné; v opačném případě . false

Platí pro