protected bool Equals(ConnectionName other) { return(string.Equals(Value, other.Value)); }
internal NamedConnection(ConnectionName name, IElement owner) { Name = name; Owner = owner; Connection = new Connection(this); }