Пример #1
0
 private bool EqualDetails(Namespace other)
 {
     return(_isEnsured == other._isEnsured &&
            ReadOnlyStringList.Equals(EnabledEvents, other.EnabledEvents) &&
            ReadOnlyStringList.Equals(MixedEvents, other.MixedEvents));
 }
Пример #2
0
 private bool EqualDetails(Source other)
 {
     return(ReadOnlyStringList.Equals(EnabledEvents, other.EnabledEvents));
 }