CngAlgorithm.Equality(CngAlgorithm, CngAlgorithm) Operador
Definição
Determina se dois objetos CngAlgorithm especificam o mesmo nome de algoritmo.Determines whether two CngAlgorithm objects specify the same algorithm name.
public:
static bool operator ==(System::Security::Cryptography::CngAlgorithm ^ left, System::Security::Cryptography::CngAlgorithm ^ right);
public static bool operator == (System.Security.Cryptography.CngAlgorithm left, System.Security.Cryptography.CngAlgorithm right);
public static bool operator == (System.Security.Cryptography.CngAlgorithm? left, System.Security.Cryptography.CngAlgorithm? right);
static member ( = ) : System.Security.Cryptography.CngAlgorithm * System.Security.Cryptography.CngAlgorithm -> bool
Public Shared Operator == (left As CngAlgorithm, right As CngAlgorithm) As Boolean
Parâmetros
- left
- CngAlgorithm
Um objeto que especifica um nome de algoritmo.An object that specifies an algorithm name.
- right
- CngAlgorithm
Um segundo objeto, a ser comparado ao objeto que é identificado pelo parâmetro left.A second object, to be compared to the object that is identified by the left parameter.
Retornos
true se os dois objetos especificam o mesmo nome de algoritmo, caso contrário, false.true if the two objects specify the same algorithm name; otherwise, false.