MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Operatör

Tanım

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

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

Parametreler

left
MLKemAlgorithm

Bir algoritma adı belirten nesne.

right
MLKemAlgorithm

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