Click or drag to resize
IElementModelParameterCollectionExists Method (String, Boolean)
True if parameter exists otherwise false

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
bool 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