示例#1
0
文件: Bugs.cs 项目: jogibear9988/Wire
 public bool Equals(ByteMessage other)
 {
     return(UtcTime.Equals(other.UtcTime) && LongValue.Equals(other.LongValue) &&
            ByteValue.Equals(other.ByteValue));
 }