public bool Equals(MCFrameData o)
 {
     return(base.Equals(o));
 }
 public bool Equals(ref MCFrameData other)
 {
     return(this == other);
 }