Ejemplo n.º 1
0
 public bool Equals(LoadContextAssemblyTask other)
 {
     return(other != null && other.AssemblyPath == AssemblyPath);
 }
Ejemplo n.º 2
0
 public bool Equals(LoadContextAssemblyTask other)
 {
     return other != null && other.AssemblyPath == AssemblyPath;
 }