public override bool IsNearby(PointLogic <PointPresenter> other) { return(Math.Abs(other.Presenter._x - _x) <= 10); }
public abstract bool IsNearby(PointLogic <T> other);