operator >= method

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

Implementation

bool operator >=(ModelType other) => other is ModelType<T>;