isNeutered method

bool isNeutered()

Implementation

bool isNeutered() {
  return _d == null;
}