コード例 #1
0
 protected bool Equals(ServiceRegistryProvenance other)
 {
     return Equals(_registry, other._registry);
 }
コード例 #2
0
 protected bool Equals(ServiceRegistryProvenance other)
 {
     return(Equals(_registry, other._registry));
 }