internal bool IsSameInput(InputFrameDelta other)
 {
     return(Util.ByteArrayCompare(bytes.RawData(), other.bytes.RawData()));
 }