NameToValueTIsMatch Method
This can be called to see if a string matches the instance's name
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool IsMatch(
string itemName
)
Public Function IsMatch (
itemName As String
) As Boolean
public:
bool IsMatch(
String^ itemName
)
member IsMatch :
itemName : string -> bool
- 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.
BooleanTrue if there is a match, false if not