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