C# Syntax
public enum MatchMethod: System.Enum
| Member | Description |
|---|---|
| AI | Find similar text using AI algorithms. |
| IGNORE_CASE | Find exactly the specified text while ignoring its case. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.AI.MatchMethod

