TileIconifier.Core.Shortcut.ShortcutItemImage.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( ShortcutItemImage other ) : bool
other ShortcutItemImage
return bool
        protected bool Equals(ShortcutItemImage other)
        {
            return Equals(Bytes, other.Bytes) && X == other.X && Y == other.Y && Width == other.Width &&
                   Height == other.Height;
        }
    }

Same methods

ShortcutItemImage::Equals ( object obj ) : bool