Ejemplo n.º 1
0
            public int GetHashCode(TEdge obj)
            {
                TCell source   = obj.Source;
                int   hashCode = source.GetHashCode();
                TCell target   = obj.Target;

                return(hashCode ^ target.GetHashCode());
            }