RSAEncryptionPadding::Equals Method (Object^)

 

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

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare.

Return Value

Type: System::Boolean

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

obj is equal to the current instance if it is a RSAEncryptionPadding object and the two objects have identical Mode and OaepHashAlgorithm property values.

.NET Framework
Available since 4.6
Return to top
Show: