  | PredicatesInstanceOf Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxpublic static InstanceofPredicate InstanceOf(
	string fullJavaClassName
)
Public Shared Function InstanceOf ( 
	fullJavaClassName As String
) As InstanceofPredicate
public:
static InstanceofPredicate^ InstanceOf(
	String^ fullJavaClassName
)
static member InstanceOf : 
        fullJavaClassName : string -> InstanceofPredicate 
Parameters
- fullJavaClassName
 - Type: SystemString
 
Return Value
Type: 
InstanceofPredicate
See Also