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