CngAlgorithmGroup.Inequality(CngAlgorithmGroup, CngAlgorithmGroup) Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Avgör om två CngAlgorithmGroup objekt inte anger samma algoritmgrupp.
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
Parametrar
- left
- CngAlgorithmGroup
Ett objekt som anger en algoritmgrupp.
- right
- CngAlgorithmGroup
Ett andra objekt som ska jämföras med det objekt som identifieras av parametern left .
Returer
trueom de två objekten inte anger samma algoritmgrupp; annars . false