public bool ne(FbxDateTime pRHS) { bool ret = fbx_wrapperPINVOKE.FbxDateTime_ne(swigCPtr, FbxDateTime.getCPtr(pRHS)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool eq(FbxDateTime pRHS) { bool ret = FbxWrapperNativePINVOKE.FbxDateTime_eq(swigCPtr, FbxDateTime.getCPtr(pRHS)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }