R
RAM
Hello,
I would like to ask programmers such question:
I have a class containing a few fields:
int i;
string a;
bool b;
int j;
bool q;
decimal d;
I need to write GetHashCode function for this class. Could you suggest
me some idea? Maybe I can should use one of the following solutions:
http://en.wikipedia.org/wiki/List_of_hash_functions#Cyclic_redundancy_checks
Please help.
RAM
I would like to ask programmers such question:
I have a class containing a few fields:
int i;
string a;
bool b;
int j;
bool q;
decimal d;
I need to write GetHashCode function for this class. Could you suggest
me some idea? Maybe I can should use one of the following solutions:
http://en.wikipedia.org/wiki/List_of_hash_functions#Cyclic_redundancy_checks
Please help.
RAM