IsNull Method

Neo Persistable Class

neo-persistibleclasses

NeoVersionedAppUser..::..IsNull Method

Test whether the specified NeoVersionedAppUser is Null.

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

Syntax


public static bool IsNull(
	NeoVersionedAppUser vau
)
Public Shared Function IsNull ( _
	vau As NeoVersionedAppUser _
) As Boolean
public:
static bool^ IsNull(
	NeoVersionedAppUser^ vau
)

Return Value

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