public boolean equals()

in java/main/src/main/java/com/epam/deltix/hdtime/Formatters.java [262:264]


        public boolean equals(Object other) {
            return this == other || other instanceof CharField && ch == ((CharField)other).ch;
        }