public FbxLayerElementTemplateFbxVector4 assign(FbxLayerElementTemplateFbxVector4 pOther)
        {
            FbxLayerElementTemplateFbxVector4 ret = new FbxLayerElementTemplateFbxVector4(FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxVector4_assign(swigCPtr, FbxLayerElementTemplateFbxVector4.getCPtr(pOther)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public bool eq(FbxLayerElementTemplateFbxVector4 pOther)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxVector4_eq(swigCPtr, FbxLayerElementTemplateFbxVector4.getCPtr(pOther));

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