if (system == null) {
            if (other.system != null)
                return false;
        } else if (!system.equals(other.system))
            return false;