ARCExpect: Need for `ParamCollection.ContainsParamWithCvValue`
omaus opened this issue · comments
Oliver Maus commented
Current workaround:
iparamTokens
|> Validate.ParamCollection.SatisfiesPredicate (
fun iparams ->
iparams
|> List.exists (fun iparam -> iparam.Value = ParamValue.CvValue (CvTerm.create("<TAN>", "<Name>", "<Ref>")))
)
Kevin Schneider commented
moved to: #105