RSAEncryptionPadding.Equals Metoda

Definicja

Porównuje dwa RSAEncryptionPadding obiekty pod kątem równości.

Przeciążenia

Equals(Object)

Określa, czy bieżące wystąpienie jest równe określonemu obiektowi.

Equals(RSAEncryptionPadding)

Określa, czy bieżące wystąpienie jest równe określonemu RSAEncryptionPadding obiektowi.

Equals(Object)

Źródło:
RSAEncryptionPadding.cs
Źródło:
RSAEncryptionPadding.cs
Źródło:
RSAEncryptionPadding.cs

Określa, czy bieżące wystąpienie jest równe określonemu obiektowi.

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

Parametry

obj
Object

Obiekt do porównania.

Zwraca

true jeśli obj jest równe bieżącemu wystąpieniu; w przeciwnym razie false.

Uwagi

obj jest równe bieżącemu wystąpieniu, jeśli jest RSAEncryptionPadding to obiekt, a dwa obiekty mają identyczne Mode wartości właściwości i OaepHashAlgorithm .

Dotyczy

Equals(RSAEncryptionPadding)

Źródło:
RSAEncryptionPadding.cs
Źródło:
RSAEncryptionPadding.cs
Źródło:
RSAEncryptionPadding.cs

Określa, czy bieżące wystąpienie jest równe określonemu RSAEncryptionPadding obiektowi.

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

Parametry

other
RSAEncryptionPadding

Obiekt do porównania.

Zwraca

true jeśli other jest równe bieżącemu wystąpieniu; w przeciwnym razie false.

Implementuje

Uwagi

instance i bieżące wystąpienie są równe, jeśli mają identyczne Mode i OaepHashAlgorithm wartości właściwości.

Dotyczy