Windows apps
Collapse the table of content
Expand the table of content
Information
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.

RSASignaturePadding::Inequality Operator (RSASignaturePadding^, RSASignaturePadding^)

 

Indicates whether two specified RSASignaturePadding objects are unequal.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
static bool operator !=(
	RSASignaturePadding^ left,
	RSASignaturePadding^ right
)

Parameters

left
Type: System.Security.Cryptography::RSASignaturePadding^

The first object to compare.

right
Type: System.Security.Cryptography::RSASignaturePadding^

The second object to compare.

Return Value

Type: System::Boolean

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

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
Return to top
Show:
© 2017 Microsoft