CngAlgorithmGroup.Equality(CngAlgorithmGroup, CngAlgorithmGroup) Operátor

Definíció

Meghatározza, hogy két CngAlgorithmGroup objektum ugyanazt az algoritmuscsoportot adja-e meg.

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

Paraméterek

left
CngAlgorithmGroup

Egy algoritmuscsoportot meghatározó objektum.

right
CngAlgorithmGroup

A paraméter által left azonosított objektumhoz hasonlítandó második objektum.

Válaszok

trueha a két objektum ugyanazt az algoritmuscsoportot adja meg; egyéb esetben. false

A következőre érvényes: