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.

RSAEncryptionPadding::Equals Method (RSAEncryptionPadding^)

 

Determines whether the current instance is equal to the specified RSAEncryptionPadding object.

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

public:
virtual bool Equals(
	RSAEncryptionPadding^ other
) sealed

Parameters

other
Type: System.Security.Cryptography::RSAEncryptionPadding^

The object to compare.

Return Value

Type: System::Boolean

true if other is equal to the current instance; otherwise, false.

instance and the current instance are equal if they have identical Mode and OaepHashAlgorithm property values.

.NET Framework
Available since 4.6
Return to top
Show:
© 2017 Microsoft