operator <= method

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

Implementation

bool operator <=(ModelType other) => other >= this;