Exemplo n.º 1
0
 protected bool Equals(ServiceRegistryLog other)
 {
     return Equals(_registry, other._registry);
 }
 protected bool Equals(ServiceRegistryLog other)
 {
     return(Equals(_registry, other._registry));
 }