KeyContainerPermissionAccessEntry.GetHashCode Método

Definição

Obtém um código hash para a instância atual que é adequada para algoritmos de hash e estruturas de dados, como uma tabela de hash.Gets a hash code for the current instance that is suitable for use in hashing algorithms and data structures such as a hash table.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Retornos

Int32

Um código hash para o objeto KeyContainerPermissionAccessEntry atual.A hash code for the current KeyContainerPermissionAccessEntry object.

Comentários

Serve como uma função de hash para o KeyContainerPermissionAccessEntry , adequado para uso em algoritmos de hash e estruturas de dados, como uma tabela de hash.Serves as a hash function for the KeyContainerPermissionAccessEntry, suitable for use in hashing algorithms and data structures such as a hash table.

Aplica-se a