RSAEncryptionPadding.Equals メソッド

定義

2 つの RSAEncryptionPadding オブジェクトが等しいかどうかを比較します。

オーバーロード

Equals(Object)

現在のインスタンスが、指定したオブジェクトと等しいかどうかを判断します。

Equals(RSAEncryptionPadding)

現在の RSAEncryptionPadding インスタンスが、指定したオブジェクトと等しいかどうかを判断します。

Equals(Object)

ソース:
RSAEncryptionPadding.cs
ソース:
RSAEncryptionPadding.cs
ソース:
RSAEncryptionPadding.cs

現在のインスタンスが、指定したオブジェクトと等しいかどうかを判断します。

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object? obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

パラメーター

obj
Object

比較対象のオブジェクト。

戻り値

obj が現在のインスタンスと等しい場合は、true。それ以外の場合は false

注釈

objが オブジェクトであり、2 つのオブジェクトが同一のプロパティ値を持つ場合RSAEncryptionPaddingは、現在のインスタンスとOaepHashAlgorithm同じですMode

適用対象

Equals(RSAEncryptionPadding)

ソース:
RSAEncryptionPadding.cs
ソース:
RSAEncryptionPadding.cs
ソース:
RSAEncryptionPadding.cs

現在の RSAEncryptionPadding インスタンスが、指定したオブジェクトと等しいかどうかを判断します。

public:
 virtual bool Equals(System::Security::Cryptography::RSAEncryptionPadding ^ other);
public bool Equals (System.Security.Cryptography.RSAEncryptionPadding? other);
public bool Equals (System.Security.Cryptography.RSAEncryptionPadding other);
override this.Equals : System.Security.Cryptography.RSAEncryptionPadding -> bool
Public Function Equals (other As RSAEncryptionPadding) As Boolean

パラメーター

other
RSAEncryptionPadding

比較対象のオブジェクト。

戻り値

other が現在のインスタンスと等しい場合は、true。それ以外の場合は false

実装

注釈

instance と 現在のインスタンスは、同じ ModeOaepHashAlgorithm プロパティ値を持つ場合は等しくなります。

適用対象