RSASignaturePadding::Inequality Operator (RSASignaturePadding^, RSASignaturePadding^)
Indicates whether two specified RSASignaturePadding objects are unequal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
-
Type:
System.Security.Cryptography::RSASignaturePadding^
The first object to compare.
- right
-
Type:
System.Security.Cryptography::RSASignaturePadding^
The second object to compare.
The Inequality method defines the operation of the inequality operator for RSASignaturePadding values.
Two RSASignaturePadding values are unequal if their Mode property values are different.
.NET Framework
Available since 4.6
Available since 4.6
Show: