예제 #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((PositionAbs.GetHashCode() * 397) ^ NumColumns);
     }
 }
예제 #2
0
 public PositionAbs(KaitaiStream p__io, KaitaiStruct p__parent = null, PositionAbs p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root ?? this;
     f_index  = false;
     _read();
 }
예제 #3
0
 public bool Equals(Timeline other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(PositionAbs.Equals(other.PositionAbs) && NumColumns == other.NumColumns);
 }
예제 #4
0
 public IndexObj(KaitaiStream p__io, PositionAbs p__parent = null, PositionAbs p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     _read();
 }