Beispiel #1
0
        /// <inheritdoc/>
        public override int GetHashCode()
        {
            int result = size.GetHashCode();

            result = 29 * result + (culture != null ? culture.GetHashCode() : 0);
            result = 29 * result + flowDirection.GetHashCode();
            result = 29 * result + size.GetHashCode();
            result = 29 * result + textAlignment.GetHashCode();
            result = 29 * result + (numberSubstitution != null ? numberSubstitution.GetHashCode() : 0);
            result = 29 * result + (textDecorations != null ? textDecorations.GetHashCode() : 0);
            result = 29 * result + textTrimming.GetHashCode();
            result = 29 * result + textAlignment.GetHashCode();
            return(result);
        }