Пример #1
0
        public bool Equals(IXLPhonetic other)
        {
            if (other == null)
                return false;

            return Text == other.Text && Start == other.Start && End == other.End;
        }
Пример #2
0
        public bool Equals(IXLPhonetic other)
        {
            if (other == null)
            {
                return(false);
            }

            return(Text == other.Text && Start == other.Start && End == other.End);
        }