public boolean equals()

in java/main/src/main/java/com/epam/deltix/hdtime/Formatters.java [221:223]


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