Name To ValueTIs Match 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: 2025.1.9.0
True if there is a match, false if not
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool IsMatch(
string itemName
)VB
Public Function IsMatch (
itemName As String
) As BooleanC++
public:
bool IsMatch(
String^ itemName
)F#
member IsMatch :
itemName : string -> bool 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
BooleanTrue if there is a match, false if not