  | IDataHasPartitionHash Method  | 
 Returns true if Data has partition hash, false otherwise.
 
    Namespace: 
   Hazelcast.IO.Serialization
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
SyntaxFunction HasPartitionHash As Boolean
abstract HasPartitionHash : unit -> bool 
Return Value
Type: 
Booleantrue if Data has partition hash, false otherwise.
See Also