CngAlgorithm.Equality(CngAlgorithm, CngAlgorithm) Operátor

Definice

Určuje, zda dva CngAlgorithm objekty určují stejný název algoritmu.

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

Parametry

left
CngAlgorithm

Objekt, který určuje název algoritmu.

right
CngAlgorithm

Druhý objekt, který se má porovnat s objektem, který je identifikován parametrem left .

Návraty

Boolean

truepokud dva objekty určují stejný název algoritmu; v opačném případě . false

Platí pro