NameToValueTIsMatch Method

This can be called to see if a string matches the instance's name

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool IsMatch(
	string itemName
)

Parameters

itemName  String
The name of the item. The value is not case-sensitive. If it ends with an equals sign (=), the equals sign is ignored.

Return Value

Boolean
True if there is a match, false if not

See Also