I really like this class but the implementation of GetHashCode produces high collisions.
public override int GetHashCode()
{
return (latitude+longitude).GetHashCode();
}
I...
Id #9176 | Release:
None
| Updated: Feb 13 at 8:35 PM by Fraserc | Created: Feb 18, 2012 at 10:15 AM by Fraserc