operator < method

dynamic operator <(
  1. VideoResolution other
)

Implementation

operator <(VideoResolution other) {
  return compareTo(other) < 0;
}