CngAlgorithmGroup.Equality(CngAlgorithmGroup, CngAlgorithmGroup) Betreiber

Definition

Bestimmt, ob zwei CngAlgorithmGroup-Objekte 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 ( = ) : 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

Boolean

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

Gilt für