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 (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:
© 2017 Microsoft