IsNull Method

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..IsNull Method

Test whether the specified NeoStorageKey is Null.

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static bool IsNull(
	NeoStorageKey nsk
)
Public Shared Function IsNull ( _
	nsk As NeoStorageKey _
) As Boolean
public:
static bool^ IsNull(
	NeoStorageKey^ nsk
)

Return Value

true if the specified NSK is null; otherwise, false.