Пример #1
0
 public bool Equals(CustomFile other)
 {
     return(other != null && this.Name.Equals(other.Name));
 }
Пример #2
0
 public bool Equals(CustomFile other)
 {
     return other != null && this.Name.Equals(other.Name);
 }