示例#1
0
 public bool Equals(WuStateId other) => StateId.Equals(other);
示例#2
0
 public bool Equals(State <St, Ev> other) => other != null && StateId.Equals(other.StateId);