Beispiel #1
0
        public override int GetHashCode()
        {
            int hash = 17;

            hash = hash * 31 + filterMode.GetHashCode();
            hash = hash * 31 + wrapMode.GetHashCode();
            return(hash);
        }
Beispiel #2
0
        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);
        }