public override int GetHashCode () { return this.GetType().FullName.GetHashCode() ^ TvSec.GetHashCode () ^ TvUsec.GetHashCode (); }
public bool Equals (TimeVal other) { return true && TvSec.Equals (other.TvSec) && TvUsec.Equals (other.TvUsec); }