isNeutered method

bool isNeutered()

Implementation

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