示例#1
0
 protected bool Equals(SuiteAdded other)
 {
     return(string.Equals(path, other.path));
 }
示例#2
0
 protected bool Equals(SuiteAdded other)
 {
     return string.Equals(path, other.path);
 }