Exemplo n.º 1
0
 private bool EqualChildren(Catalogue other)
 {
     return(EventTypes.Equals(other.EventTypes) &&
            Namespaces.Equals(other.Namespaces));
 }