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: