isNeutered method

bool isNeutered()

Implementation

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