MLKemAlgorithm.Equality(MLKemAlgorithm, MLKemAlgorithm) Operador

Definição

Determina se dois MLKemAlgorithm objetos 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 ( = ) : 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 forem considerados iguais; caso contrário, false.

Aplica-se a