operator > method

bool operator >(
  1. MathStyle other
)

Implementation

bool operator >(MathStyle other) => this.index < other.index;