TRUE if operand[0] matches a pattern defined by operand[1].
Remarks:
The following restrictions apply to the operands:
[0]: Any operand that resolves to a String.
[1]: Any operand that resolves to a String.
This operator resolves to FALSE if no operand can be resolved to a string.
The value of this enum member is 7.
 
            
            Overload List
| Overload | Description | 
| Like(Object,UAFilterOperand) | TRUE if operand[0] matches a pattern defined by operand[1].
 Remarks: 
The following restrictions apply to the operands: 
[0]: Any operand that resolves to a String. 
[1]: Any operand that resolves to a String. 
This operator resolves to FALSE if no operand can be resolved to a string. 
The value of this enum member is 7.    | 
| Like(UAFilterOperand,Object) | TRUE if operand[0] matches a pattern defined by operand[1].
 Remarks: 
The following restrictions apply to the operands: 
[0]: Any operand that resolves to a String. 
[1]: Any operand that resolves to a String. 
This operator resolves to FALSE if no operand can be resolved to a string. 
The value of this enum member is 7.    | 
| Like(UAFilterOperand,UAFilterOperand) | TRUE if operand[0] matches a pattern defined by operand[1].
 Remarks: 
The following restrictions apply to the operands: 
[0]: Any operand that resolves to a String. 
[1]: Any operand that resolves to a String. 
This operator resolves to FALSE if no operand can be resolved to a string. 
The value of this enum member is 7.    | 
 
            
            
            
            
            
            
            
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also