operator <= method

bool operator <=(
  1. ShadBreakpoint other
)

Implementation

bool operator <=(ShadBreakpoint other) {
  return value <= other.value;
}