operator > method

bool operator >(
  1. PitchClass other
)

Implementation

bool operator >(PitchClass other) {
  return setNumber > other.setNumber;
}