IsNull Method

Neo Persistable Class

neo-persistibleclasses

Point..::..IsNull Method

Test whether the specified entity is Null.

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

Syntax


public static bool IsNull(
	Point p
)
Public Shared Function IsNull ( _
	p As Point _
) As Boolean
public:
static bool^ IsNull(
	Point^ p
)

Return Value

bool