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