2 using System.Collections.Generic;
20 if ( objects.Length == 1 )
return objects[0].GetHashCode();
22 int hc = objects.Length;
23 for (
int i = 0; i < objects.Length; ++i )
25 hc = unchecked( hc * 314159 + objects[i].
GetHashCode() );
Apuluokka kaikille olioille
static int GetHashCode(params object[] objects)
Palauttaa hajautuskoodin usean olion kokoelmalle.