CngProvider.Equals Método
Definição
Compara dois objetos CngProvider.Compares two CngProvider objects.
Sobrecargas
| Equals(Object) |
Compara o objeto especificado ao objeto CngProvider atual.Compares the specified object to the current CngProvider object. |
| Equals(CngProvider) |
Compara o objeto CngProvider especificado ao objeto CngProvider atual.Compares the specified CngProvider object to the current CngProvider object. |
Equals(Object)
Compara o objeto especificado ao objeto CngProvider atual.Compares the specified object to the current CngProvider 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
Um objeto a ser comparado ao objeto CngProvider atual.An object to be compared to the current CngProvider object.
Retornos
true se o parâmetro obj for um CngProvider que especifica o mesmo KSP (provedor de armazenamento de chaves) que o objeto atual, caso contrário, false.true if the obj parameter is a CngProvider that specifies the same key storage provider(KSP) as the current object; otherwise, false.
Aplica-se a
Equals(CngProvider)
Compara o objeto CngProvider especificado ao objeto CngProvider atual.Compares the specified CngProvider object to the current CngProvider object.
public:
virtual bool Equals(System::Security::Cryptography::CngProvider ^ other);
public bool Equals (System.Security.Cryptography.CngProvider other);
public bool Equals (System.Security.Cryptography.CngProvider? other);
override this.Equals : System.Security.Cryptography.CngProvider -> bool
Public Function Equals (other As CngProvider) As Boolean
Parâmetros
- other
- CngProvider
Um objeto a ser comparado ao objeto CngProvider atual.An object to be compared to the current CngProvider object.
Retornos
true se o parâmetro other especifica o mesmo KSP (provedor de armazenamento de chaves) que o objeto atual, caso contrário, false.true if the other parameter specifies the same key storage provider (KSP) as the current object; otherwise, false.