public virtual bool Match_Instance(BStreamFileToolkit tk, Recorded_Instance instance)
    {
        bool ret = HCSBSTREAMPINVOKE.BBaseOpcodeHandler_Match_Instance(swigCPtr, BStreamFileToolkit.getCPtr(tk), Recorded_Instance.getCPtr(instance));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }