public bool eq(FbxLayerElementTemplateFbxInt pOther)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxInt_eq(swigCPtr, FbxLayerElementTemplateFbxInt.getCPtr(pOther));

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

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