Community
Participate
Working Groups
return false;
// Other implementations of IArtifactDescriptor must not be considered equal
if (!(obj instanceof ArtifactDescriptor))
if (!(obj.getClass().equals(getClass())))
ArtifactDescriptor other = (ArtifactDescriptor) obj;