CompositeMLDsaAlgorithm.Equality Operator

Definisi

Menentukan apakah dua CompositeMLDsaAlgorithm objek menentukan nama algoritma yang sama.

public:
 static bool operator ==(System::Security::Cryptography::CompositeMLDsaAlgorithm ^ left, System::Security::Cryptography::CompositeMLDsaAlgorithm ^ right);
public static bool operator ==(System.Security.Cryptography.CompositeMLDsaAlgorithm? left, System.Security.Cryptography.CompositeMLDsaAlgorithm? right);
static member ( = ) : System.Security.Cryptography.CompositeMLDsaAlgorithm * System.Security.Cryptography.CompositeMLDsaAlgorithm -> bool
Public Shared Operator == (left As CompositeMLDsaAlgorithm, right As CompositeMLDsaAlgorithm) As Boolean

Parameter

left
CompositeMLDsaAlgorithm

Objek yang menentukan nama algoritma.

right
CompositeMLDsaAlgorithm

Objek kedua, dibandingkan dengan objek yang diidentifikasi oleh left parameter .

Mengembalikan

true jika objek dianggap sama; jika tidak, false.

Berlaku untuk