コード例 #1
0
 public bool Equals(ParticipantState other)
 {
     return(ParticipantId.Equals(other.ParticipantId) &&
            ParticipantName == other.ParticipantName);
 }