Exemple #1
0
 public bool Equals(ReminderIdentity other)
 {
     return(grainRef.Equals(other.grainRef) && reminderName.Equals(other.reminderName));
 }