CompositeMLDsaAlgorithm.Inequality Оператор

Определение

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

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 op_Inequality : System.Security.Cryptography.CompositeMLDsaAlgorithm * System.Security.Cryptography.CompositeMLDsaAlgorithm -> bool
Public Shared Operator != (left As CompositeMLDsaAlgorithm, right As CompositeMLDsaAlgorithm) As Boolean

Параметры

left
CompositeMLDsaAlgorithm

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

right
CompositeMLDsaAlgorithm

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

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

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

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