Exemple #1
0
 public bool Equals(GameEvent other)
 {
     return(ExecutionTime.Equals(other.ExecutionTime));
 }