예제 #1
0
            public bool Equals(IPropertyValue other)
            {
                var z = other as TextureZip;

                return(z != null && Textures.Equals(z.Textures));
            }