  | IHCollectionTIsEmpty Method  | 
 
            Determines whether this instance is empty.
            
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
SyntaxFunction IsEmpty As Boolean
abstract IsEmpty : unit -> bool 
Return Value
Type: 
Booleantrue if this instance is empty; otherwise, 
false.
See Also