operator > method

bool operator >(
  1. ModelType<Model> other
)
inherited

Implementation

bool operator >(ModelType other) => this >= other && !(other >= this);