Exemplo n.º 1
0
 protected bool Equals(QualifiedDatabaseName other)
 {
     return GetType() == other.GetType() && string.Equals(QualifiedName, other.QualifiedName, StringComparison.OrdinalIgnoreCase);
 }
Exemplo n.º 2
0
 protected bool Equals(QualifiedDatabaseName other)
 {
     return(GetType() == other.GetType() && string.Equals(QualifiedName, other.QualifiedName, StringComparison.OrdinalIgnoreCase));
 }