protected bool FieldIsEmpty (T fieldValue);

Parameters

fieldValueThe value to check.

Returns

bool True if the parameter is empty. That meaning depends on the type of T.

Description

Tells if the field is empty. That meaning depends on the type of T.