MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Оператор

Определение

Определяет, не указывают ли два MLKemAlgorithm объекта одно и то же имя алгоритма.

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

Параметры

left
MLKemAlgorithm

Объект, указывающий имя алгоритма.

right
MLKemAlgorithm

Второй объект, который будет сравниваться с объектом, который определяется параметром left .

Возвращаемое значение

true Значение , если объекты не считаются равными; falseв противном случае .

Применяется к