isTrue method

bool isTrue()

Implementation

bool isTrue() {
  return !(guid == NULL_KEY.guid || guid.isEmpty);
}