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.
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. |
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. |
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. |
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