SlhDsaAlgorithm.Inequality(SlhDsaAlgorithm, SlhDsaAlgorithm) Operator

Definitie

Bepaalt of twee SlhDsaAlgorithm objecten niet dezelfde algoritmenaam opgeven.

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

Een object dat een algoritmenaam opgeeft.

right
SlhDsaAlgorithm

Een tweede object dat moet worden vergeleken met het object dat wordt geïdentificeerd door de left parameter.

Retouren

true indien de objecten niet als gelijk worden beschouwd; anders, false.

Van toepassing op