Ejemplo n.º 1
0
 protected bool Equals(SystemReference other)
 {
     return(String.Equals(_assemblyName, other._assemblyName));
 }
Ejemplo n.º 2
0
 protected bool Equals(SystemReference other)
 {
     return String.Equals(_assemblyName, other._assemblyName);
 }