public override int GetHashCode() { int hash = 17; hash = hash * 31 + filterMode.GetHashCode(); hash = hash * 31 + wrapMode.GetHashCode(); return(hash); }
public override int GetHashCode() { int hash = 17; hash = hash * 31 + filterMode.GetHashCode(); hash = hash * 31 + wrapMode.GetHashCode(); hash = hash * 31 + meshType.GetHashCode(); hash = hash * 31 + borders.GetHashCode(); hash = hash * 31 + extrude.GetHashCode(); hash = hash * 31 + pixelsPerUnit.GetHashCode(); hash = hash * 31 + pivot.GetHashCode(); return(hash); }