Example #1
0
 public bool Equals(ByteMessage other)
 {
     return(UtcTime.Equals(other.UtcTime) && LongValue.Equals(other.LongValue) &&
            ByteValue.Equals(other.ByteValue));
 }