  | PredicatesIsLike Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxpublic static LikePredicate IsLike(
	string attributeName,
	string expression
)
Public Shared Function IsLike ( 
	attributeName As String,
	expression As String
) As LikePredicate
public:
static LikePredicate^ IsLike(
	String^ attributeName, 
	String^ expression
)
static member IsLike : 
        attributeName : string * 
        expression : string -> LikePredicate 
Parameters
- attributeName
 - Type: SystemString
 - expression
 - Type: SystemString
 
Return Value
Type: 
LikePredicate
See Also