Esempio n. 1
0
 private bool EqualsData(TcpOptionMood other)
 {
     return other != null &&
            Emotion == other.Emotion;
 }
Esempio n. 2
0
 private bool EqualsData(TcpOptionMood other)
 {
     return(other != null &&
            Emotion == other.Emotion);
 }