Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            List <Vector2> list = new List <Vector2>(vertexList)
            {
                worldOffset
            };

            return(ObjectUtil.GetHashCode(list.ToArray()));
        }
Ejemplo n.º 2
0
 public override int GetHashCode()
 {
     return(ObjectUtil.GetHashCode(args));
 }
Ejemplo n.º 3
0
 public override int GetHashCode()
 {
     return(ObjectUtil.GetHashCode(classType, bindingFlags));
 }
Ejemplo n.º 4
0
 public override int GetHashCode()
 {
     return(_list == null?ObjectUtil.GetHashCode(_list) : ObjectUtil.GetHashCode(_list.ToArray()));
 }