public bool Contains(DeviceParam value) { bool ret = GmsecPINVOKE.DeviceParamList_Contains(swigCPtr, DeviceParam.getCPtr(value)); if (GmsecPINVOKE.SWIGPendingException.Pending) { throw GmsecPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }