CngAlgorithmGroup.Inequality(CngAlgorithmGroup, CngAlgorithmGroup) Betreiber

Definition

Bestimmt, ob zwei CngAlgorithmGroup-Objekte nicht die gleiche Algorithmusgruppe angeben.

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

Parameter

left
CngAlgorithmGroup

Ein Objekt, das eine Algorithmusgruppe angibt.

right
CngAlgorithmGroup

Ein zweites Objekt, das mit dem Objekt verglichen werden soll, das durch den left-Parameter identifiziert wird.

Gibt zurück

true, wenn beide Objekte nicht dieselbe Algorithmusgruppe angeben, andernfalls false.

Gilt für: