Ejemplo n.º 1
0
 private bool Equals(AutorunItem other)
 {
     return(string.Equals(Entry, other.Entry));
 }
Ejemplo n.º 2
0
 private bool Equals(AutorunItem other)
 {
     return string.Equals(Entry, other.Entry);
 }