RSASignaturePadding.Equals Método

Definição

Compara dois objetos RSASignaturePadding quanto à igualdade.Compares two RSASignaturePadding objects for equality.

Sobrecargas

Equals(Object)

Retorna um valor que indica se essa instância é igual a um objeto especificado.Returns a value that indicates whether this instance is equal to a specified object.

Equals(RSASignaturePadding)

Retorna um valor que indica se essa instância é igual a um objeto RSASignaturePadding especificado.Returns a value that indicates whether this instance is equal to a specified RSASignaturePadding object.

Equals(Object)

Retorna um valor que indica se essa instância é igual a um objeto especificado.Returns a value that indicates whether this instance is equal to a specified object.

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

Parâmetros

obj
Object

O objeto a ser comparado com a instância atual.The object to compare with the current instance.

Retornos

Boolean

true se o objeto especificado for igual ao objeto atual, caso contrário, false.true if the specified object is equal to the current object; otherwise, false.

Comentários

A instância atual e será obj igual se obj for uma RSASignaturePadding instância e a Mode propriedade dos dois objetos for igual.The current instance and obj are equal if obj is a RSASignaturePadding instance and the Mode property of the two objects is equal.

Aplica-se a

Equals(RSASignaturePadding)

Retorna um valor que indica se essa instância é igual a um objeto RSASignaturePadding especificado.Returns a value that indicates whether this instance is equal to a specified RSASignaturePadding object.

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

Parâmetros

other
RSASignaturePadding

O objeto a ser comparado com a instância atual.The object to compare with the current instance.

Retornos

Boolean

true se o objeto especificado for igual ao objeto atual, caso contrário, false.true if the specified object is equal to the current object; otherwise, false.

Implementações

Comentários

A instância atual e other será igual se a Mode propriedade dos dois objetos for igual.The current instance and other are equal if the Mode property of the two objects is equal.

Aplica-se a