示例#1
0
 protected bool Equals(ScriptCsScriptFile other)
 {
     return string.Equals(Name, other.Name) && string.Equals(Path, other.Path);
 }
示例#2
0
 protected bool Equals(ScriptCsScriptFile other)
 {
     return(string.Equals(Name, other.Name) && string.Equals(Path, other.Path));
 }