| IElementModelParameterCollectionExists Method (String, Boolean) |
True if parameter exists otherwise false
Namespace: FlexRule.Core.ModelAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxbool Exists(
string name,
bool ignoreCase
)
Parameters
- name
- Type: SystemString
- ignoreCase
- Type: SystemBoolean
True to ignore the name case otherwise false
Return Value
Type:
Boolean
See Also