MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Operador

Definição

Determina se dois MLKemAlgorithm objetos não especificam o mesmo nome de algoritmo.

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

Parâmetros

left
MLKemAlgorithm

Um objeto que especifica um nome de algoritmo.

right
MLKemAlgorithm

Um segundo objeto, a ser comparado ao objeto identificado pelo left parâmetro.

Retornos

true se os objetos não forem considerados iguais; caso contrário, false.

Aplica-se a