Ejemplo n.º 1
0
 public bool Equals(WuStateId other) => StateId.Equals(other);
Ejemplo n.º 2
0
 public bool Equals(State <St, Ev> other) => other != null && StateId.Equals(other.StateId);