public boolean equals()

in geronimo-opentracing/src/main/java/org/apache/geronimo/microprofile/opentracing/microprofile/cdi/TracedExecutorService.java [44:47]


        public boolean equals(final Object other) {
            return TracedExecutorService.class.isInstance(other) || (Annotation.class.isInstance(other)
                    && Annotation.class.cast(other).annotationType() == TracedExecutorService.class);
        }