Ejemplo n.º 1
0
        /// <summary>
        /// Returns the hash code for the object.
        /// </summary>
        /// <returns>The hash code for the object.</returns>
        public override int GetHashCode()
        {
            int hashCode = -628491361;

            hashCode = hashCode * -1521134295 + ContentAlignment.GetHashCode();
            hashCode = hashCode * -1521134295 + StartOffset.GetHashCode();
            return(hashCode * -1521134295 + EndOffset.GetHashCode());
        }