Esempio n. 1
0
 protected bool Equals(SuiteAdded other)
 {
     return(string.Equals(path, other.path));
 }
Esempio n. 2
0
 protected bool Equals(SuiteAdded other)
 {
     return string.Equals(path, other.path);
 }