Esempio n. 1
0
 protected bool Equals(TodoTask other)
 {
     return string.Equals(Key, other.Key) && string.Equals(File, other.File) && Line == other.Line && string.Equals(Message, other.Message);
 }
Esempio n. 2
0
 protected bool Equals(TodoTask other)
 {
     return(string.Equals(Key, other.Key) && string.Equals(File, other.File) && Line == other.Line && string.Equals(Message, other.Message));
 }