  | IDataIsPortable Method  | 
 
            Returns true if this Data is created from a
            
IPortable
            object,
            false otherwise.
            
 
    Namespace: 
   Hazelcast.IO.Serialization
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
SyntaxFunction IsPortable As Boolean
abstract IsPortable : unit -> bool 
Return Value
Type: 
Booleantrue if source object is Portable, false otherwise.
See Also