Пример #1
0
 private bool EqualsData(TcpOptionMood other)
 {
     return other != null &&
            Emotion == other.Emotion;
 }
Пример #2
0
 private bool EqualsData(TcpOptionMood other)
 {
     return(other != null &&
            Emotion == other.Emotion);
 }