QuickOPC User's Guide and Reference
Like(UAFilterOperand,Object) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAFilterElements Class > Like Method : Like(UAFilterOperand,Object) Method
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.

Syntax
'Declaration
 
<NotNullAttribute()>
Public Overloads Shared Function Like( _
   ByVal operand0 As UAFilterOperand, _
   ByVal literalValue1 As Object _
) As UAContentFilterElement
'Usage
 
Dim operand0 As UAFilterOperand
Dim literalValue1 As Object
Dim value As UAContentFilterElement
 
value = UAFilterElements.Like(operand0, literalValue1)

Parameters

operand0
literalValue1
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