public int GetHashCode (Color color);

Parámetros

colorThe Color object for which the hash code is to be computed.

Valor de retorno

int The hash code.

Descripción

Hash code implementation which returns same hash code for all equal Color objects.