示例#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);
 }