EntityKey.GetHashCode Método

Definición

Sirve como función hash para el objeto EntityKey actual. El método GetHashCode() se puede utilizar en algoritmos hash y estructuras de datos, como una tabla hash.

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

Devoluciones

Código hash para el objeto EntityKey actual.

Se aplica a