Exemplo n.º 1
0
 public bool Equals(RunStoryTask other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     return(Id == other.Id);
 }
Exemplo n.º 2
0
 public bool Equals(RunStoryTask other)
 {
     if (ReferenceEquals(null, other)) return false;
     return Id == other.Id;
 }