asBool method

bool asBool()

Implementation

bool asBool()
{
  return this._rawValue as bool == true;
}