Esempio n. 1
0
 protected bool Equals(ClrNamespace other)
 {
     return assembly.Equals(other.assembly) && string.Equals(ns, other.ns);
 }
Esempio n. 2
0
 protected bool Equals(ClrNamespace other)
 {
     return(assembly.Equals(other.assembly) && string.Equals(ns, other.ns));
 }