  | IMapTKey, TValueIsEmpty Method  | 
 Returns true if this map contains no entries.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
SyntaxFunction IsEmpty As Boolean
abstract IsEmpty : unit -> bool 
Return Value
Type: 
Booleantrue if this map contains no entries
RemarksReturns true if this map contains no entries.
See Also