The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CngAlgorithm::Inequality Operator (CngAlgorithm^, CngAlgorithm^)
.NET Framework (current version)
Determines whether two CngAlgorithm objects do not specify the same algorithm.
Assembly: System.Core (in System.Core.dll)
Parameters
- left
-
Type:
System.Security.Cryptography::CngAlgorithm^
An object that specifies an algorithm name.
- right
-
Type:
System.Security.Cryptography::CngAlgorithm^
A second object, to be compared to the object that is identified by the left parameter.
Return Value
Type: System::Booleantrue if the two objects do not specify the same algorithm name; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: