super(handle);
if (this == o) return true; if (!(o instanceof EGLDisplay)) return false; EGLDisplay that = (EGLDisplay) o; return getNativeHandle() == that.getNativeHandle();