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