  | PredicatesIsIn Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntaxpublic static InPredicate IsIn(
	string attributeName,
	params Object[] values
)
Public Shared Function IsIn ( 
	attributeName As String,
	ParamArray values As Object()
) As InPredicate
public:
static InPredicate^ IsIn(
	String^ attributeName, 
	... array<Object^>^ values
)
static member IsIn : 
        attributeName : string * 
        values : Object[] -> InPredicate 
Parameters
- attributeName
 - Type: SystemString
 - values
 - Type: SystemObject
 
Return Value
Type: 
InPredicate
See Also