Edit

Share via


SlhDsaAlgorithm.Inequality(SlhDsaAlgorithm, SlhDsaAlgorithm) Operator

Definition

Determines whether two SlhDsaAlgorithm objects do not specify the same algorithm name.

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

Parameters

left
SlhDsaAlgorithm

An object that specifies an algorithm name.

right
SlhDsaAlgorithm

A second object, to be compared to the object that is identified by the left parameter.

Returns

true if the objects are not considered equal; otherwise, false.

Applies to