15 if ( objects.Length == 1 )
return objects[0].GetHashCode();
17 int hc = objects.Length;
18 for (
int i = 0; i < objects.Length; ++i )
20 hc = unchecked( hc * 314159 + objects[i].
GetHashCode() );
Apuluokka kaikille olioille
static int GetHashCode(params object[] objects)
Palauttaa hajautuskoodin usean olion kokoelmalle.