RSASignaturePadding.Inequality Operator

Definition

Indicates whether two specified RSASignaturePadding objects are unequal.

C#
public static bool operator !=(System.Security.Cryptography.RSASignaturePadding? left, System.Security.Cryptography.RSASignaturePadding? right);
C#
public static bool operator !=(System.Security.Cryptography.RSASignaturePadding left, System.Security.Cryptography.RSASignaturePadding right);

Parameters

left
RSASignaturePadding

The first object to compare.

right
RSASignaturePadding

The second object to compare.

Returns

true if left and right are unequal; otherwise, false.

Remarks

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.

Applies to

Proizvod Verzije
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.3, 1.4, 1.6, 2.0, 2.1