isNotNull method

bool isNotNull()

This method should usually not be used for checking whether a property is not null.

Implementation

bool isNotNull()
{
  return this._rawValue != null;
}