MLDsaAlgorithm.Inequality(MLDsaAlgorithm, MLDsaAlgorithm) Operatör

Tanım

İki MLDsaAlgorithm nesnenin aynı algoritma adını belirtmediğini belirler.

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

Parametreler

left
MLDsaAlgorithm

Bir algoritma adı belirten nesne.

right
MLDsaAlgorithm

parametresi tarafından left tanımlanan nesneyle karşılaştırılacak ikinci bir nesne.

Döndürülenler

true nesneler eşit olarak kabul edilmezse; aksi takdirde , false.

Şunlara uygulanır