public bool eq(FbxLayerElementTemplateFbxVoidPtr pOther)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxVoidPtr_eq(swigCPtr, FbxLayerElementTemplateFbxVoidPtr.getCPtr(pOther));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public FbxLayerElementTemplateFbxVoidPtr assign(FbxLayerElementTemplateFbxVoidPtr pOther)
        {
            FbxLayerElementTemplateFbxVoidPtr ret = new FbxLayerElementTemplateFbxVoidPtr(FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxVoidPtr_assign(swigCPtr, FbxLayerElementTemplateFbxVoidPtr.getCPtr(pOther)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementTemplateFbxVoidPtr obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }