CngAlgorithmGroup.Inequality(CngAlgorithmGroup, CngAlgorithmGroup) Operador
Definição
Determina se dois objetos CngAlgorithmGroup não especificam o mesmo grupo de algoritmos.Determines whether two CngAlgorithmGroup objects do not specify the same algorithm group.
public:
static bool operator !=(System::Security::Cryptography::CngAlgorithmGroup ^ left, System::Security::Cryptography::CngAlgorithmGroup ^ right);
public static bool operator != (System.Security.Cryptography.CngAlgorithmGroup left, System.Security.Cryptography.CngAlgorithmGroup right);
public static bool operator != (System.Security.Cryptography.CngAlgorithmGroup? left, System.Security.Cryptography.CngAlgorithmGroup? right);
static member op_Inequality : System.Security.Cryptography.CngAlgorithmGroup * System.Security.Cryptography.CngAlgorithmGroup -> bool
Public Shared Operator != (left As CngAlgorithmGroup, right As CngAlgorithmGroup) As Boolean
Parâmetros
- left
- CngAlgorithmGroup
Um objeto que especifica um grupo de algoritmos.An object that specifies an algorithm group.
- right
- CngAlgorithmGroup
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 não especificam o mesmo grupo de algoritmos, caso contrário, false.true if the two objects do not specify the same algorithm group; otherwise, false.