if (rhs == null) { return false; } else if (rhs instanceof String) { return ((String)rhs).equals(name_); } else if (rhs instanceof FactoryProperty) { return ((FactoryProperty)rhs).equals(name_); } else { return false; }
return name_;
return value_;
name_ = string;
value_ = string;
return name_ + "=" + value_;