public override int GetHashCode()
 {
     return(this.GetType().FullName.GetHashCode() ^ ref_count.GetHashCode() ^ flags.GetHashCode() ^ SystemFrameNumber.GetHashCode() ^ decode_frame_number.GetHashCode() ^ presentation_frame_number.GetHashCode() ^ Dts.GetHashCode() ^ Pts.GetHashCode() ^ Duration.GetHashCode() ^ DistanceFromSync.GetHashCode() ^ InputBuffer.GetHashCode() ^ OutputBuffer.GetHashCode() ^ Deadline.GetHashCode() ^ _events.GetHashCode() ^ _user_data.GetHashCode() ^ user_data_destroy_notify.GetHashCode());
 }